Skip to content

Commit

Permalink
fix: tweak *something* to try get trunk working..
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-herbert committed Feb 28, 2024
1 parent 425eaa0 commit d7943e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphics/EInkDisplay2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ bool EInkDisplay::connect()
#if defined(TTGO_T_ECHO)
{
auto lowLevel = new EINK_DISPLAY_MODEL(PIN_EINK_CS, PIN_EINK_DC, PIN_EINK_RES, PIN_EINK_BUSY, SPI1);

adafruitDisplay = new GxEPD2_BW<EINK_DISPLAY_MODEL, EINK_DISPLAY_MODEL::HEIGHT>(*lowLevel);
adafruitDisplay->init();
adafruitDisplay->setRotation(3);
Expand Down

0 comments on commit d7943e8

Please sign in to comment.