parent
5b26f4772f
commit
3deb088d6f
2
Bahn.ino
2
Bahn.ino
|
@ -15,7 +15,7 @@ class WatchFace : public Watchy { //inherit and extend Watchy class
|
|||
//drawbg
|
||||
display.fillScreen(light ? GxEPD_WHITE : GxEPD_BLACK);
|
||||
display.fillRoundRect(2,2,196,196,8,light ? GxEPD_BLACK : GxEPD_WHITE);
|
||||
display.fillRoundRect(6,6,188,188,2,light ? GxEPD_WHITE : GxEPD_BLACK);
|
||||
display.fillRoundRect(6,6,188,188,5,light ? GxEPD_WHITE : GxEPD_BLACK);
|
||||
|
||||
display.setFont(&DIN_1451_Engschrift_Regular64pt7b);
|
||||
display.setTextColor(light ? GxEPD_BLACK : GxEPD_WHITE);
|
||||
|
|
Loading…
Reference in New Issue