Merge pull request #217 from wjgeorge/dev

'WIDTH_VISIBLE' is not a member of 'WatchyDisplay'
pull/221/head
SQFMI 2023-04-22 22:23:05 -04:00 committed by GitHub
commit b1b5eeb890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;