summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/system-as3525.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index e886c7231b..f55e3a4e48 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -314,6 +314,8 @@ void system_exception_wait(void)
{
/* make sure lcd+backlight are on */
_backlight_panic_on();
+ /* make sure screen content is up to date */
+ lcd_update();
/* wait until button release (if a button is pressed) */
while(button_read_device());
/* then wait until next button press */