More quickly hide "Shutting Down" to prevent it showing on Eink sleep screen (#8749)

This commit is contained in:
Jason P
2025-11-25 08:59:11 -06:00
committed by GitHub
parent 592a8f23db
commit 81439f16d0

View File

@@ -759,6 +759,8 @@ void Power::shutdown()
if (screen) {
#ifdef T_DECK_PRO
screen->showSimpleBanner("Device is powered off.\nConnect USB to start!", 0); // T-Deck Pro has no power button
#elif USE_EINK
screen->showSimpleBanner("Shutting Down...", 2250); // dismiss after 3 seconds to avoid the banner on the sleep screen
#else
screen->showSimpleBanner("Shutting Down...", 0); // stays on screen
#endif