summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-26 07:52:13 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-26 07:52:13 +0000
commitad4e3d665734b14a28f1ba5fa874663772dab3e7 (patch)
treebff44652495f1319a4d11ed63b3d4e90cb11197f /firmware/export/config-player.h
parent165f62d0cd771660e4b8d2ba7475e14d0d6f2e9f (diff)
downloadrockbox-ad4e3d665734b14a28f1ba5fa874663772dab3e7.tar.gz
rockbox-ad4e3d665734b14a28f1ba5fa874663772dab3e7.zip
First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12916 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index ef5eedef79..e462ef2d8e 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -4,10 +4,11 @@
4/* define this if you would like tagcache to build on this target */ 4/* define this if you would like tagcache to build on this target */
5#define HAVE_TAGCACHE 5#define HAVE_TAGCACHE
6 6
7/* LCD dimensions (for the simulator) */ 7#define LCD_WIDTH 11
8#define LCD_WIDTH 132 /* Display width in pixels */ 8#define LCD_HEIGHT 2
9#define LCD_HEIGHT 64 /* Display height in pixels */ 9#define LCD_DEPTH 1
10#define LCD_DEPTH 1 10#define SIM_LCD_WIDTH 132 /* pixels */
11#define SIM_LCD_HEIGHT 64 /* pixels */
11 12
12/* define this if you have the Player's keyboard */ 13/* define this if you have the Player's keyboard */
13#define CONFIG_KEYPAD PLAYER_PAD 14#define CONFIG_KEYPAD PLAYER_PAD