mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +00:00
commit
753ae00ddb
@ -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);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[VERSION]
|
[VERSION]
|
||||||
major = 1
|
major = 1
|
||||||
minor = 2
|
minor = 2
|
||||||
build = 41
|
build = 42
|
||||||
|
Loading…
Reference in New Issue
Block a user