Compare commits

...

1 Commits

Author SHA1 Message Date
Frans van Bellen 4fb086a1c2
Update Bahn.ino
Dark mode enabled
2021-01-27 12:51:30 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -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);