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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 3557c9fe7c..5099084e86 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -73,10 +73,6 @@ extern void lcd_double_height (bool on);
73#endif 73#endif
74#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 74#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
75 75
76#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
77#include <chardef.h>
78#endif
79
80#define LCD_WIDTH 112 /* Display width in pixels */ 76#define LCD_WIDTH 112 /* Display width in pixels */
81#define LCD_HEIGHT 64 /* Display height in pixels */ 77#define LCD_HEIGHT 64 /* Display height in pixels */
82 78
@@ -94,11 +90,6 @@ extern void lcd_drawline( int x1, int y1, int x2, int y2 );
94extern void lcd_drawpixel(int x, int y); 90extern void lcd_drawpixel(int x, int y);
95extern void lcd_clearpixel(int x, int y); 91extern void lcd_clearpixel(int x, int y);
96 92
97
98#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
99#include <charundef.h>
100#endif
101
102#endif /* CHARCELLS / BITMAP */ 93#endif /* CHARCELLS / BITMAP */
103 94
104#endif /* __LCD_H__ */ 95#endif /* __LCD_H__ */