summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2002-08-12 22:41:55 +0000
committerMats Lidell <matsl@rockbox.org>2002-08-12 22:41:55 +0000
commitb2a691a2b2d24dd1a8b6e311f72c592bdf41782c (patch)
tree54f35598066e0163fdd1ee4dc7eec0fbef469240 /firmware/drivers/lcd.h
parent67536fc404c8cceee0fc1f36975867886c298319 (diff)
downloadrockbox-b2a691a2b2d24dd1a8b6e311f72c592bdf41782c.tar.gz
rockbox-b2a691a2b2d24dd1a8b6e311f72c592bdf41782c.zip
Big lcd_width only for simulator without HAVE_LCD_BITMAP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1691 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/lcd.h')
-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 506036f015..145d858c54 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -76,7 +76,7 @@ extern void lcd_double_height (bool on);
76#endif 76#endif
77#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 77#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
78 78
79#if defined(SIMULATOR) 79#if !defined(HAVE_LCD_BITMAP) && defined(SIMULATOR)
80#define LCD_WIDTH 16*11 /* Display width in pixels */ 80#define LCD_WIDTH 16*11 /* Display width in pixels */
81#else 81#else
82#define LCD_WIDTH 112 /* Display width in pixels */ 82#define LCD_WIDTH 112 /* Display width in pixels */