diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-11-26 13:17:18 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-11-26 13:17:18 +0000 |
commit | e73383ea324e5f86105cc74983a88452bb261033 (patch) | |
tree | ffe932694549bfb4ab7bfff2b34587f626b35e1b /apps/features.txt | |
parent | 6d498d2831fc5733c7b29c55de27432fc7e47a73 (diff) | |
download | rockbox-e73383ea324e5f86105cc74983a88452bb261033.tar.gz rockbox-e73383ea324e5f86105cc74983a88452bb261033.tar.bz2 rockbox-e73383ea324e5f86105cc74983a88452bb261033.zip |
FS#9580 by Thomas Martitz, split the two types of backlight fading into two seperate features and add correct description of the new one based on changing brightness
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19227 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r-- | apps/features.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/features.txt b/apps/features.txt index 0a01eb92c7..4f394d5eef 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -20,8 +20,10 @@ albumart backlight_brightness #endif -#if defined(HAVE_BACKLIGHT_PWM_FADING) || defined(USE_BACKLIGHT_SW_FADING) -backlight_fade +#if defined(HAVE_BACKLIGHT_PWM_FADING) +backlight_fade_pwm +#elif defined(USE_BACKLIGHT_SW_FADING) +backlight_fade_sw #endif #if BATTERY_TYPES_COUNT > 1 |