From 3deb088d6fd1732ead0f5fa7231e4119fd6c4f8f Mon Sep 17 00:00:00 2001 From: Frans van Bellen Date: Sun, 31 Jan 2021 21:02:38 +0100 Subject: [PATCH] Add files via upload More minor design tweaks. --- Bahn.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);