summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2005-04-15 08:21:03 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2005-04-15 08:21:03 +0000
commitd1e89d60801c6b5bc5e73b46f0bd07d9cda2288b (patch)
treebed18eace4210ab10909475200fc0471e2e8c540
parent769af0e3d7b7a71c08583944428ecd952124eb0f (diff)
downloadrockbox-d1e89d60801c6b5bc5e73b46f0bd07d9cda2288b.tar.gz
rockbox-d1e89d60801c6b5bc5e73b46f0bd07d9cda2288b.zip
IRiver: some defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6289 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-h100.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index c60f25651b..602a5da3f2 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -8,6 +8,10 @@
#define LCD_WIDTH 160
#define LCD_HEIGHT 128
+/* remote LCD */
+#define LCD_REMOTE_WIDTH 132
+#define LCD_REMOTE_HEIGHT 65
+
#define CONFIG_KEYPAD IRIVER_H100_PAD
/* Define this if you do software codec */
@@ -62,4 +66,7 @@
/* Define this if you can control the S/PDIF power */
#define HAVE_SPDIF_POWER
+/* Define this if you have an remote lcd */
+#define HAVE_REMOTE_LCD
+
#endif