summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.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-h300.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-h300.h')
-rw-r--r--firmware/export/config-h300.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index ba09884957..e6e07e0bbc 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -76,6 +76,8 @@
76#define HAVE_BACKLIGHT_BRIGHTNESS 76#define HAVE_BACKLIGHT_BRIGHTNESS
77/* Which backlight fading type? */ 77/* Which backlight fading type? */
78#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG 78#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
79/* Define this if your LCD can be enabled/disabled */
80#define HAVE_LCD_ENABLE
79 81
80/* Define this if you have a software controlled poweroff */ 82/* Define this if you have a software controlled poweroff */
81#define HAVE_SW_POWEROFF 83#define HAVE_SW_POWEROFF
@@ -133,9 +135,6 @@
133 135
134#ifndef SIMULATOR 136#ifndef SIMULATOR
135 137
136/* Define this if your LCD can be enabled/disabled */
137#define HAVE_LCD_ENABLE
138
139/* Define this if you have a Motorola SCF5249 */ 138/* Define this if you have a Motorola SCF5249 */
140#define CONFIG_CPU MCF5249 139#define CONFIG_CPU MCF5249
141 140