summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd.h')
-rw-r--r--firmware/drivers/lcd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 4aab039f97..b99fa54389 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -46,6 +46,10 @@ extern void lcd_update_rect(int x, int y, int width, int height);
46 #define lcd_update() 46 #define lcd_update()
47#endif 47#endif
48 48
49#if defined(SIMULATOR)
50#include "sim_icons.h"
51#endif
52
49#ifdef HAVE_LCD_CHARCELLS 53#ifdef HAVE_LCD_CHARCELLS
50 54
51/* Icon definitions for lcd_icon() */ 55/* Icon definitions for lcd_icon() */