summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-04-11 07:23:56 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-04-11 07:23:56 +0000
commit5449b1ed1d241ad4bdbe5dd2cd8c65ecbfa5b6b1 (patch)
tree39c7a041edb844c30aea93333818e80d7b46af9b /firmware/export/config-mrobe500.h
parent9f19f33c418aa2703c3c83f0f7ba72a76d21d0c0 (diff)
downloadrockbox-5449b1ed1d241ad4bdbe5dd2cd8c65ecbfa5b6b1.tar.gz
rockbox-5449b1ed1d241ad4bdbe5dd2cd8c65ecbfa5b6b1.zip
M:Robe 500: Start of proper remote support, touchscreen works without remote now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20684 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 939f09cb89..4010b036d1 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -89,13 +89,21 @@
89#define HAVE_LCD_SLEEP 89#define HAVE_LCD_SLEEP
90 90
91/* remote LCD */ 91/* remote LCD */
92//#define HAVE_REMOTE_LCD 92#define HAVE_REMOTE_LCD
93#define LCD_REMOTE_WIDTH 79 93#define LCD_REMOTE_WIDTH 79
94#define LCD_REMOTE_HEIGHT 16 94#define LCD_REMOTE_HEIGHT 64
95#define LCD_REMOTE_DEPTH 1 95#define LCD_REMOTE_DEPTH 1
96 96
97/* Remote display colours, for screenshots and sim (0xRRGGBB) */
98#define LCD_REMOTE_DARKCOLOR 0x000000
99#define LCD_REMOTE_BRIGHTCOLOR 0x5a915a
100#define LCD_REMOTE_BL_DARKCOLOR 0x000000
101#define LCD_REMOTE_BL_BRIGHTCOLOR 0x82b4fa
102
97#define LCD_REMOTE_PIXELFORMAT VERTICAL_PACKING 103#define LCD_REMOTE_PIXELFORMAT VERTICAL_PACKING
98 104
105#define CONFIG_REMOTE_KEYPAD MROBE_REMOTE
106
99#define MIN_REMOTE_CONTRAST_SETTING 0 107#define MIN_REMOTE_CONTRAST_SETTING 0
100#define MAX_REMOTE_CONTRAST_SETTING 15 108#define MAX_REMOTE_CONTRAST_SETTING 15
101#define DEFAULT_REMOTE_CONTRAST_SETTING 7 109#define DEFAULT_REMOTE_CONTRAST_SETTING 7