Compare commits

..

No commits in common. "b1b5eeb890299a9d5626ecdec01ae63609d5547f" and "cc1ff021234b27a39796f789983e83cc65e99ead" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class WatchyDisplay : public GxEPD2_EPD
public:
// attributes
static const uint16_t WIDTH = 200;
static const uint16_t WIDTH_VISIBLE = WIDTH;
static const uint16_t HEIGHT = 200;
static const GxEPD2::Panel panel = GxEPD2::GDEH0154D67;
static const bool hasColor = false;

View File

@ -36,6 +36,7 @@ typedef struct watchySettings {
// NTP Settings
String ntpServer;
int gmtOffset;
int dstOffset;
//
bool vibrateOClock;
} watchySettings;