diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 23:01:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-14 23:01:56 +0100 |
commit | e9d56db11660142304f3415a30ece02ae672d242 (patch) | |
tree | f48c76b14db4898f1aede2cdc9a9c3997d1959fe /src/display.h | |
parent | d30204f17d8c7e295df17c290d9f690996e44556 (diff) |
Fix scrolling with direction==1
Diffstat (limited to 'src/display.h')
-rw-r--r-- | src/display.h | 2 |
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; |