summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe100.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-04-29 22:24:40 +0000
committerThomas Martitz <kugel@rockbox.org>2009-04-29 22:24:40 +0000
commita7f4e1f1c51c6f99d17eb25dbdd57a78af4cb0e1 (patch)
tree56e877c510c54d67688680f72ed2384389b4a3c7 /firmware/export/config-mrobe100.h
parentecd4394f624b9f10b091bc90a63fd80653f85fad (diff)
downloadrockbox-a7f4e1f1c51c6f99d17eb25dbdd57a78af4cb0e1.tar.gz
rockbox-a7f4e1f1c51c6f99d17eb25dbdd57a78af4cb0e1.zip
Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20829 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe100.h')
-rw-r--r--firmware/export/config-mrobe100.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index e440f7c9a0..b1299a820a 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -90,6 +90,15 @@
90 90
91#define HAVE_BUTTONLIGHT_BRIGHTNESS 91#define HAVE_BUTTONLIGHT_BRIGHTNESS
92 92
93/* Define this if your LCD can be enabled/disabled */
94/* TODO: #define HAVE_LCD_ENABLE */
95
96/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
97 * should be defined as well.
98 * We can currently put the lcd to sleep but it won't wake up properly */
99/*TODO: #define HAVE_LCD_SLEEP*/
100/*TODO: #define HAVE_LCD_SLEEP_SETTING <= optional */
101
93#define BATTERY_CAPACITY_DEFAULT 720 /* default battery capacity */ 102#define BATTERY_CAPACITY_DEFAULT 720 /* default battery capacity */
94 103
95#ifndef SIMULATOR 104#ifndef SIMULATOR
@@ -132,14 +141,6 @@
132#define MAX_CONTRAST_SETTING 40 141#define MAX_CONTRAST_SETTING 40
133#define DEFAULT_CONTRAST_SETTING 20 142#define DEFAULT_CONTRAST_SETTING 20
134 143
135/* Define this if your LCD can be enabled/disabled */
136/* TODO: #define HAVE_LCD_ENABLE */
137
138/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
139 * should be defined as well.
140 * We can currently put the lcd to sleep but it won't wake up properly */
141/*TODO: #define HAVE_LCD_SLEEP*/
142/*TODO: #define HAVE_LCD_SLEEP_SETTING <= optional */
143 144
144/* We're able to shut off power to the HDD */ 145/* We're able to shut off power to the HDD */
145#define HAVE_ATA_POWER_OFF 146#define HAVE_ATA_POWER_OFF