summaryrefslogtreecommitdiff
path: root/src/display.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-14 23:01:38 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-14 23:01:56 +0100
commite9d56db11660142304f3415a30ece02ae672d242 (patch)
treef48c76b14db4898f1aede2cdc9a9c3997d1959fe /src/display.h
parentd30204f17d8c7e295df17c290d9f690996e44556 (diff)
Fix scrolling with direction==1
Diffstat (limited to 'src/display.h')
-rw-r--r--src/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.h b/src/display.h
index b42c69e..a6c9024 100644
--- a/src/display.h
+++ b/src/display.h
@@ -48,7 +48,7 @@ struct animation {
uint8_t delay;
/**
- * Scroll mode / direction. Not yet supported.
+ * Scroll mode / direction. Must be set to 0 if type != TEXT.
*/
uint8_t direction;