summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index 00b51ee926..f9eb53c433 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -358,10 +358,6 @@ void lcd_double_height(bool on)
358#endif 358#endif
359#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) /* not CHARCELLS */ 359#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) /* not CHARCELLS */
360 360
361#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
362#include <chardef.h>
363#endif
364
365/* 361/*
366 * All bitmaps have this format: 362 * All bitmaps have this format:
367 * Bits within a byte are arranged veritcally, LSB at top. 363 * Bits within a byte are arranged veritcally, LSB at top.
@@ -733,10 +729,6 @@ void lcd_getfontsize(unsigned int font, int *width, int *height)
733 } 729 }
734} 730}
735 731
736#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
737#include <charundef.h>
738#endif
739
740#else 732#else
741/* no LCD defined, no code to use */ 733/* no LCD defined, no code to use */
742#endif 734#endif