Skip to content

Commit

Permalink
Update EInkDisplay2.cpp (#3264)
Browse files Browse the repository at this point in the history
Fix for line at bottom of e-ink display. From @todd-herbert new e-ink enhancements
  • Loading branch information
markbirss committed Feb 22, 2024
1 parent 7706786 commit f95b903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/EInkDisplay2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f95b903

Please sign in to comment.