Add new static member WIDTH_VISIBLE

pull/217/head
wjgeorge 2023-04-21 23:13:53 -04:00
parent f6f7a38c8e
commit 3c73c7e2c8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ 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;