summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd.c')
-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 67d6f5e75a..9389caafbd 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -115,7 +115,7 @@ struct scrollinfo {
115 115
116static void scroll_thread(void); 116static void scroll_thread(void);
117static char scroll_stack[0x100]; 117static char scroll_stack[0x100];
118static char scroll_speed = 10; /* updates per second */ 118static char scroll_speed = 5; /* updates per second */
119 119
120static struct scrollinfo scroll; /* only one scroll line at the moment */ 120static struct scrollinfo scroll; /* only one scroll line at the moment */
121static int scroll_count = 0; 121static int scroll_count = 0;