summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index 3e23d91e25..d8a097214a 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -112,7 +112,7 @@ struct scrollinfo {
112}; 112};
113 113
114static void scroll_thread(void); 114static void scroll_thread(void);
115static char scroll_stack[0x100]; 115static char scroll_stack[0x800];
116static char scroll_speed = 8; /* updates per second */ 116static char scroll_speed = 8; /* updates per second */
117static char scroll_spacing = 3; /* spaces between end and start of text */ 117static char scroll_spacing = 3; /* spaces between end and start of text */
118 118