summaryrefslogtreecommitdiffstats
path: root/app/max7219.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/max7219.c')
-rw-r--r--app/max7219.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/max7219.c b/app/max7219.c
index add2044..2e055fb 100644
--- a/app/max7219.c
+++ b/app/max7219.c
@@ -427,7 +427,7 @@ void max7219_dispatch (void)
write_dd (l.nanosecond / 10000000, 6, 1);
wot = e.s;
- wot /= 4;
+ wot /= 7;
wot %= 4;
switch (wot) {