From 659181b25c82d47efc8578f205893d204777898a Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Fri, 24 May 2019 05:13:07 +0200 Subject: [PATCH] Small fixes to Clock effect. --- effects.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/effects.h b/effects.h index e7ff168..77efd60 100644 --- a/effects.h +++ b/effects.h @@ -88,7 +88,7 @@ class BigClock : public Effect { class Clock : public Effect { private: - Window window = {0, LED_HEIGHT - 5, LED_WIDTH, 5}; + Window window = {0, LED_HEIGHT - 6, LED_WIDTH, 6}; public: Clock() {} @@ -98,7 +98,7 @@ class Clock : public Effect { clear(window, bg_color); } else { // Manually clear the needed parts - for(int i=0; i