From 4fb086a1c2cafcaf7fd7590f864b026d850bdc1c Mon Sep 17 00:00:00 2001 From: Frans van Bellen Date: Wed, 27 Jan 2021 12:51:30 +0100 Subject: [PATCH] Update Bahn.ino Dark mode enabled --- Bahn.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bahn.ino b/Bahn.ino index 5197320..3022ab2 100644 --- a/Bahn.ino +++ b/Bahn.ino @@ -10,7 +10,7 @@ class WatchFace : public Watchy { //inherit and extend Watchy class int16_t x1, y1, lasty; uint16_t w, h; String textstring; - bool light = true; + bool light = false; //drawbg display.fillScreen(light ? GxEPD_WHITE : GxEPD_BLACK);