summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-02-20 00:31:10 +0000
committerJens Arnold <amiconn@rockbox.org>2006-02-20 00:31:10 +0000
commit3e496e3ecf60db743cfe82e57b82b72764e20f39 (patch)
tree833798e58b5bfd3428cfaaa6d8d1c95ba8681a8a /firmware
parentda8db11e2872904c842454443475dcca98366a7e (diff)
downloadrockbox-3e496e3ecf60db743cfe82e57b82b72764e20f39.tar.gz
rockbox-3e496e3ecf60db743cfe82e57b82b72764e20f39.zip
Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8745 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index f3b1bbddd7..aea9dde2ee 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -2,8 +2,8 @@
#define HAVE_LCD_CHARCELLS 1
/* LCD dimensions (for the simulator) */
-#define LCD_WIDTH (4*11*6) /* Display width in pixels */
-#define LCD_HEIGHT (4*16+2*24) /* 4*char + 2*icons */
+#define LCD_WIDTH 132 /* Display width in pixels */
+#define LCD_HEIGHT 64 /* Display height in pixels */
#define LCD_DEPTH 1
/* define this if you have the Player's keyboard */