Added "Saving Changes" screen when reboot is needed

This commit is contained in:
HarukiToreda
2025-12-17 12:38:04 -05:00
parent 66d9c430d8
commit ef36a5a24d
8 changed files with 45 additions and 1 deletions

View File

@@ -155,6 +155,18 @@ void InkHUD::LogoApplet::onShutdown()
// This is then drawn by InkHUD::Events::onShutdown, with a blocking FULL update, after InkHUD's flash write is complete
}
void InkHUD::LogoApplet::onApplyingChanges()
{
bringToForeground();
textLeft = "";
textRight = "";
textTitle = "Applying changes";
fontTitle = fontSmall;
inkhud->forceUpdate(Drivers::EInk::FAST, false);
}
void InkHUD::LogoApplet::onReboot()
{
bringToForeground();