diff --git a/apps/status.c b/apps/status.c index 7d941c30bc..a7bc21e78d 100644 --- a/apps/status.c +++ b/apps/status.c @@ -168,6 +168,11 @@ void status_draw(void) statusbar_icon_lock(); #ifdef HAVE_RTC statusbar_time(); +#endif +#ifdef SIMULATOR + lcd_update(); +#else + lcd_update_rect(0,0,LCD_WIDTH,8); #endif } #endif