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