From cada20fe245628f1be7ccc57a3a41e828ec13c66 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Mar 2016 21:00:03 +0100 Subject: make delay independent from speed, document meaning of both --- src/display.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/display.h') diff --git a/src/display.h b/src/display.h index 1bf5758..aac64dd 100644 --- a/src/display.h +++ b/src/display.h @@ -101,6 +101,12 @@ class Display { */ uint8_t need_update; + /** + * Number of frames after which update() is called. This value + * holds either the current animation's speed or its delay. + */ + uint8_t update_threshold; + /** * The currently active column in multiplex() */ -- cgit v1.2.3