mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +00:00
fix rotation for ttgo t-echo case
This commit is contained in:
parent
32f3682fae
commit
301f196bca
@ -104,7 +104,7 @@ bool EInkDisplay::connect()
|
|||||||
|
|
||||||
adafruitDisplay = new GxEPD2_BW<TECHO_DISPLAY_MODEL, TECHO_DISPLAY_MODEL::HEIGHT>(*lowLevel);
|
adafruitDisplay = new GxEPD2_BW<TECHO_DISPLAY_MODEL, TECHO_DISPLAY_MODEL::HEIGHT>(*lowLevel);
|
||||||
adafruitDisplay->init();
|
adafruitDisplay->init();
|
||||||
adafruitDisplay->setRotation(1);
|
adafruitDisplay->setRotation(3);
|
||||||
//adafruitDisplay->setFullWindow();
|
//adafruitDisplay->setFullWindow();
|
||||||
//adafruitDisplay->fillScreen(UNCOLORED);
|
//adafruitDisplay->fillScreen(UNCOLORED);
|
||||||
//adafruitDisplay->drawCircle(100, 100, 20, COLORED);
|
//adafruitDisplay->drawCircle(100, 100, 20, COLORED);
|
||||||
|
Loading…
Reference in New Issue
Block a user