summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 506036f..145d858 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -76,7 +76,7 @@ extern void lcd_double_height (bool on);
#endif
#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
-#if defined(SIMULATOR)
+#if !defined(HAVE_LCD_BITMAP) && defined(SIMULATOR)
#define LCD_WIDTH 16*11 /* Display width in pixels */
#else
#define LCD_WIDTH 112 /* Display width in pixels */