Skip to content

Commit 24c5094

Browse files
committed
fix:fix init sequence.
1 parent a0d6f62 commit 24c5094

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Extensions/EPaper.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EPaper::EPaper() : TFT_eSprite(this), _sleep(false), _entemp(true), _temp(16.00), _humi(50.00)
1+
EPaper::EPaper() : TFT_eSprite(this), _sleep(true), _entemp(true), _temp(16.00), _humi(50.00)
22
{
33
setColorDepth(EPD_COLOR_DEPTH);
44
createSprite(_width, _height, 1);
@@ -17,7 +17,6 @@ void EPaper::begin(uint8_t wake)
1717
else
1818
{
1919
init();
20-
EPD_WAKEUP();
2120
}
2221
// fillSprite(1);
2322
// #ifdef EPD_HORIZONTAL_MIRROR

0 commit comments

Comments
 (0)