FBTFT_NOTIF_MAX_SIZE now to 400 instead of 256

This commit is contained in:
vincent 2020-09-28 20:08:25 +02:00
parent 4b8e19c8b1
commit ac2e514b98

View File

@ -2751,7 +2751,7 @@ index 488ab78..e6b4c59 100644
-#define FBTFT_OF_INIT_CMD BIT(24)
-#define FBTFT_OF_INIT_DELAY BIT(25)
+#define FBTFT_NOTIF_MAX_SIZE 256
+#define FBTFT_NOTIF_MAX_SIZE 400
+
+#define FBTFT_OF_INIT_CMD BIT(24)
+#define FBTFT_OF_INIT_DELAY BIT(25)