Update EInkDisplay2.cpp (#3264)

Fix for line at bottom of e-ink display. From @todd-herbert new e-ink enhancements
This commit is contained in:
Mark Trevor Birss 2024-02-23 00:18:05 +02:00 committed by GitHub
parent 7706786541
commit f95b90364a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ EInkDisplay::EInkDisplay(uint8_t address, int sda, int scl, OLEDDISPLAY_GEOMETRY
// GxEPD2_213_BN - RAK14000 2.13 inch b/w 250x122
setGeometry(GEOMETRY_RAWMODE, 250, 122);
this->displayBufferSize = 250 * (128 / 8);
// GxEPD2_420_M01
// setGeometry(GEOMETRY_RAWMODE, 300, 400);