diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/battery_bench.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index 85d35b0..c9c289a 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -127,7 +127,9 @@ bool exit_tsr(bool reenter) rb->lcd_puts_scroll(0, 0, "Batt.Bench is currently running."); rb->lcd_puts_scroll(0, 1, "Press OFF to cancel the test"); rb->lcd_puts_scroll(0, 2, "Anything else will resume"); +#ifdef HAVE_LCD_BITMAP rb->lcd_update(); +#endif if (rb->button_get(true) != BATTERY_OFF) exit = false; if (exit) |