Skip to content

Commit 4e67d70

Browse files
committed
Merge branch 'master' into 4bpp_rotation
2 parents 0d66096 + 40df3e5 commit 4e67d70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Extensions/EPaper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ void EPaper::wake()
142142
if(!_grayLevel)
143143
EPD_WAKEUP();
144144
else
145+
#ifdef USE_MUTIGRAY_EPAPER
145146
EPD_WAKEUP_GRAY();
147+
#endif
146148
_sleep = false;
147149
}
148150

0 commit comments

Comments
 (0)