summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/lcd-h100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-h100.c b/firmware/drivers/lcd-h100.c
index 0e6c82a9b1..8410d2ca6c 100644
--- a/firmware/drivers/lcd-h100.c
+++ b/firmware/drivers/lcd-h100.c
@@ -60,7 +60,7 @@
60 60
61#define SCROLL_SPACING 3 61#define SCROLL_SPACING 3
62 62
63#define SCROLLABLE_LINES 13 63#define SCROLLABLE_LINES 26
64 64
65struct scrollinfo { 65struct scrollinfo {
66 char line[MAX_PATH + LCD_WIDTH/2 + SCROLL_SPACING + 2]; 66 char line[MAX_PATH + LCD_WIDTH/2 + SCROLL_SPACING + 2];