diff --git a/Bahn.ino b/Bahn.ino index 11c6c52..6eef0cf 100644 --- a/Bahn.ino +++ b/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);