@@ -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
-1
@@ -1,4 +1,4 @@
|
|||||||
[VERSION]
|
[VERSION]
|
||||||
major = 1
|
major = 1
|
||||||
minor = 2
|
minor = 2
|
||||||
build = 41
|
build = 42
|
||||||
|
|||||||
Reference in New Issue
Block a user