Update Bahn.ino

Dark mode enabled
After-dark
Frans van Bellen 2021-01-27 12:51:30 +01:00 committed by GitHub
parent 8ba6cd26f3
commit 4fb086a1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);