summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-11 16:09:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-11 16:09:40 +0000
commitaa7ff208ce849bfccc7808e91d9781539be885ca (patch)
tree38eb92bc0074d81055a098508a4c601cba8ecd71 /firmware/export
parent130a0270bf44c6277f4032426686b4286c410cec (diff)
downloadrockbox-aa7ff208ce849bfccc7808e91d9781539be885ca.tar.gz
rockbox-aa7ff208ce849bfccc7808e91d9781539be885ca.zip
let's hope we can start with using the x5 LCD in 16bits as then we can re-use
much code from the h3x0 and ipod LCD code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-iaudiox5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index dd31ada298..a06d22b3c1 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -14,7 +14,7 @@
14/* LCD dimensions */ 14/* LCD dimensions */
15#define LCD_WIDTH 160 15#define LCD_WIDTH 160
16#define LCD_HEIGHT 128 16#define LCD_HEIGHT 128
17#define LCD_DEPTH 18 /* 262.144 colors */ 17#define LCD_DEPTH 16 /* 262.144 colors but we use 16bit for now */
18 18
19/* remote LCD */ 19/* remote LCD */
20#define LCD_REMOTE_WIDTH 128 20#define LCD_REMOTE_WIDTH 128