summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-07-19 09:24:29 +0000
committerJens Arnold <amiconn@rockbox.org>2005-07-19 09:24:29 +0000
commit82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7 (patch)
treec26486e3dc90d2e49e9407c32c09aa6c5e2b34ec /firmware/export/config-iaudiox5.h
parent144fc69a9f774aa3c0542ee075055bce87f28b14 (diff)
downloadrockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.tar.gz
rockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.zip
Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations for colour LCD support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7194 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 6894fe2ca5..1a95a5202c 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -8,10 +8,13 @@
8/* define this if you have a bitmap LCD display */ 8/* define this if you have a bitmap LCD display */
9#define HAVE_LCD_BITMAP 1 9#define HAVE_LCD_BITMAP 1
10 10
11/* define this if you have a colour LCD */
12#define HAVE_LCD_COLOR 1
13
11/* LCD dimensions */ 14/* LCD dimensions */
12#define LCD_WIDTH 160 15#define LCD_WIDTH 160
13#define LCD_HEIGHT 128 16#define LCD_HEIGHT 128
14#define LCD_DEPTH 18 /* 260.000 colors */ 17#define LCD_DEPTH 18 /* 262.144 colors */
15 18
16/* remote LCD */ 19/* remote LCD */
17#define LCD_REMOTE_WIDTH 128 20#define LCD_REMOTE_WIDTH 128