Skip to content

Commit 0bebc21

Browse files
committed
fbtft: increase buffer size for notification area
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
1 parent b0ae3b1 commit 0bebc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/staging/fbtft/fbtft.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define FBTFT_GAMMA_MAX_VALUES_TOTAL 128
2929
#define FBTFT_OVERLAY_NB_VALUES 4
3030

31-
#define FBTFT_NOTIF_MAX_SIZE 256
31+
#define FBTFT_NOTIF_MAX_SIZE 400
3232

3333
#define FBTFT_OF_INIT_CMD BIT(24)
3434
#define FBTFT_OF_INIT_DELAY BIT(25)

0 commit comments

Comments
 (0)