summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodvideo.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-ipodvideo.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-ipodvideo.h')
-rw-r--r--firmware/export/config-ipodvideo.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index c9f97dcea5..6adcda9a1e 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -91,6 +91,10 @@
91#define HAVE_BACKLIGHT 91#define HAVE_BACKLIGHT
92#define HAVE_BACKLIGHT_BRIGHTNESS 92#define HAVE_BACKLIGHT_BRIGHTNESS
93 93
94/* Support for LCD sleep/BCM shutdown */
95#define HAVE_LCD_SLEEP
96#define HAVE_LCD_SLEEP_SETTING
97
94/* We can fade the backlight by using PWM */ 98/* We can fade the backlight by using PWM */
95#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM 99#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
96 100
@@ -208,9 +212,6 @@
208#define HAVE_SERIAL 212#define HAVE_SERIAL
209 213
210#ifndef BOOTLOADER 214#ifndef BOOTLOADER
211/* Support for LCD sleep/BCM shutdown */
212#define HAVE_LCD_SLEEP
213#define HAVE_LCD_SLEEP_SETTING
214/* The same code may also be used when shutting down the iPod */ 215/* The same code may also be used when shutting down the iPod */
215#define HAVE_LCD_SHUTDOWN 216#define HAVE_LCD_SHUTDOWN
216#endif 217#endif