summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c60f256..602a5da 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