summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 6d485c2f43..98e2a58a53 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -27,6 +27,10 @@
27#define STYLE_DEFAULT 0 27#define STYLE_DEFAULT 0
28#define STYLE_INVERT 1 28#define STYLE_INVERT 1
29 29
30#ifdef SIMULATOR
31#define lcd_icon(x,y) sim_lcd_icon(x,y)
32#endif
33
30/* common functions */ 34/* common functions */
31extern void lcd_init(void); 35extern void lcd_init(void);
32extern void lcd_clear_display(void); 36extern void lcd_clear_display(void);
@@ -61,10 +65,6 @@ extern void lcd_update_rect(int x, int y, int width, int height);
61 #define lcd_update_rect(x,y,w,h) 65 #define lcd_update_rect(x,y,w,h)
62#endif 66#endif
63 67
64#if defined(SIMULATOR)
65#include "sim_icons.h"
66#endif
67
68#ifdef HAVE_LCD_CHARCELLS 68#ifdef HAVE_LCD_CHARCELLS
69 69
70/* Icon definitions for lcd_icon() */ 70/* Icon definitions for lcd_icon() */