watchy lib 1.3 fixes

This commit is contained in:
Klemek
2022-04-09 18:31:34 +02:00
parent 7d4a64b865
commit 084aa665ca
18 changed files with 222 additions and 79 deletions
+2 -4
View File
@@ -1,11 +1,9 @@
#include "Watchy_Below.h"
WatchyBelow::WatchyBelow()
{
} //constructor
void WatchyBelow::drawWatchFace()
{
readWorldTime();
display.fillScreen(GxEPD_BLACK);
display.drawBitmap(0, 0, background, DISPLAY_WIDTH, DISPLAY_HEIGHT, GxEPD_WHITE);