summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2002-10-28 19:53:44 +0000
committerKjell Ericson <kjell@haxx.se>2002-10-28 19:53:44 +0000
commit3714f468c1ef945d3dd3f6445036be8c9fff0cc8 (patch)
treee6c140727140b75df7ba97c83d8865d5c8d5589a /firmware
parentfd9f864de22af0d792a4b74186d545e2e8097f6a (diff)
downloadrockbox-3714f468c1ef945d3dd3f6445036be8c9fff0cc8.tar.gz
rockbox-3714f468c1ef945d3dd3f6445036be8c9fff0cc8.zip
New height for teh player simulator. The default is pixels of 4x4 in order to
make it more readable and better icons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2759 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index eba96fbcbd..d5621881fb 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -89,8 +89,8 @@ extern void lcd_double_height (bool on);
#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
#if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR)
-#define LCD_WIDTH (2*11*6) /* Display width in pixels */
-#define LCD_HEIGHT (2*32) /* Display height in pixels */
+#define LCD_WIDTH (4*11*6) /* Display width in pixels */
+#define LCD_HEIGHT (4*16+2*24) /* 4*char + 2*icons */
#else
#define LCD_WIDTH 112 /* Display width in pixels */
#define LCD_HEIGHT 64 /* Display height in pixels */