From e9d56db11660142304f3415a30ece02ae672d242 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 14 Mar 2016 23:01:38 +0100 Subject: Fix scrolling with direction==1 --- src/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display.h') 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; -- cgit v1.2.3