Skip to content

Commit

Permalink
fix hanging after wakeup from button press
Browse files Browse the repository at this point in the history
  • Loading branch information
mverch67 authored Dec 17, 2024
1 parent 4f0f382 commit 36337a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/TFTView_320x240.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4439,9 +4439,11 @@ void TFTView_320x240::screenSaving(bool enabled)
} else if (objects.main_screen) {
ILOG_DEBUG("showing main screen");
lv_screen_load_anim(objects.main_screen, LV_SCR_LOAD_ANIM_NONE, 0, 0, false);
screenLocked = false;
} else {
ILOG_DEBUG("showing boot screen");
lv_screen_load_anim(objects.boot_screen, LV_SCR_LOAD_ANIM_NONE, 0, 0, false);
screenLocked = false;
}
}
}
Expand Down

0 comments on commit 36337a0

Please sign in to comment.