summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/backlight-target.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-01-26 23:21:49 +0000
committerThomas Martitz <kugel@rockbox.org>2009-01-26 23:21:49 +0000
commit12a0ed3b8dd5d8996abf827115f526e21e838872 (patch)
tree00ec62e04cf0e4bc4ea9c7bc0f5b8893e198c7cd /firmware/target/arm/ipod/backlight-target.h
parent4e1b7bf7286c3994e34ca11f740a2165d9b5a001 (diff)
downloadrockbox-12a0ed3b8dd5d8996abf827115f526e21e838872.tar.gz
rockbox-12a0ed3b8dd5d8996abf827115f526e21e838872.zip
Commit FS#9724, which reworks the preprocessor defines related to backlight fading to a CONFIG_BACKLIGHT_FADING style. The apps/ code will only see which setting is supposed to be used, specific backlight fading handling is kept in firmware, slightly reword the manual text about software fading too with regards to the Gigabeat S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19860 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/ipod/backlight-target.h')
-rw-r--r--firmware/target/arm/ipod/backlight-target.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/backlight-target.h b/firmware/target/arm/ipod/backlight-target.h
index 3c4bc04521..ce1b938526 100644
--- a/firmware/target/arm/ipod/backlight-target.h
+++ b/firmware/target/arm/ipod/backlight-target.h
@@ -50,7 +50,8 @@ bool _backlight_init(void);
50void _backlight_on(void); 50void _backlight_on(void);
51void _backlight_off(void); 51void _backlight_off(void);
52 52
53#elif defined HAVE_BACKLIGHT_PWM_FADING /* Mini G1, G2 */ 53/* Mini G1, G2, Video, Nano */
54#elif (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM)
54 55
55#define _backlight_init() true 56#define _backlight_init() true
56void _backlight_hw_on(void); 57void _backlight_hw_on(void);