diff options
author | Steve Bavin <pondlife@pondlife.me> | 2008-11-26 08:26:13 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2008-11-26 08:26:13 +0000 |
commit | f6847265804b650b007eb8ecdc86876214ee7302 (patch) | |
tree | 5f92d0097167f2e5c257b42427fd182e704ae4c1 /apps/features.txt | |
parent | 756bcc4bd53b34371c073c8468cbd8c01ffe094a (diff) |
Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and others - see FS#6800 for credits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r-- | apps/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt index 118465a535..0a01eb92c7 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -20,7 +20,7 @@ albumart backlight_brightness #endif -#if defined(HAVE_BACKLIGHT_PWM_FADING) +#if defined(HAVE_BACKLIGHT_PWM_FADING) || defined(USE_BACKLIGHT_SW_FADING) backlight_fade #endif |