Added compatibility with LilyGo T-Deck-Pro V1.1

This commit is contained in:
lewisxhe
2026-01-21 17:33:50 +08:00
parent fb3bf783dd
commit 15b474172a
8 changed files with 312 additions and 7 deletions
+3
View File
@@ -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