Added compatibility with LilyGo T-Deck-Pro V1.1
This commit is contained in:
@@ -104,8 +104,11 @@ bool EInkDisplay::forceDisplay(uint32_t msecLimit)
|
||||
// End the update process - virtual method, overriden in derived class
|
||||
void EInkDisplay::endUpdate()
|
||||
{
|
||||
#ifndef EINK_NOT_HIBERNATE
|
||||
// Power off display hardware, then deep-sleep (Except Wireless Paper V1.1, no deep-sleep)
|
||||
adafruitDisplay->hibernate();
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
// Write the buffer to the display memory
|
||||
|
||||
Reference in New Issue
Block a user