diff --git a/apps/status.c b/apps/status.c index 6af04771c4..1ff3f926d8 100644 --- a/apps/status.c +++ b/apps/status.c @@ -38,7 +38,7 @@ void status_set_playmode(enum playmode mode) void status_draw(void) { -#ifdef HAVE_LCD_CHARCELLS +#if defined(HAVE_LCD_CHARCELLS) && !defined(SIMULATOR) int battlevel = battery_level(); lcd_icon(ICON_BATTERY, true);