From 62ca957c6e3f20819cb4cd179bd3787f94f07af1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 18 Mar 2016 16:48:17 +0100 Subject: comments --- src/display.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/display.h') diff --git a/src/display.h b/src/display.h index aac64dd..ef133a0 100644 --- a/src/display.h +++ b/src/display.h @@ -199,8 +199,10 @@ class Display { /** * Update display content. * Checks current_anim->speed and current_anim->type and scrolls - * the text / advances a frame when appropriate. Does nothing - * otherwise. + * the text / advances a frame when appropriate. Also uses + * Storage::loadChunk() to load the next 128 pattern bytes if + * current_anim->length is greater than 128 and the end of the + * 128 byte pattern buffer is reached. */ void update(void); -- cgit v1.2.3