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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 29f4362dcf..eba96fbcbd 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -88,9 +88,9 @@ extern void lcd_double_height (bool on);
88 88
89#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 89#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
90 90
91#if !defined(HAVE_LCD_BITMAP) && defined(SIMULATOR) 91#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
92#define LCD_WIDTH 16*6 /* Display width in pixels */ 92#define LCD_WIDTH (2*11*6) /* Display width in pixels */
93#define LCD_HEIGHT 32 /* Display height in pixels */ 93#define LCD_HEIGHT (2*32) /* Display height in pixels */
94#else 94#else
95#define LCD_WIDTH 112 /* Display width in pixels */ 95#define LCD_WIDTH 112 /* Display width in pixels */
96#define LCD_HEIGHT 64 /* Display height in pixels */ 96#define LCD_HEIGHT 64 /* Display height in pixels */