From 12a0ed3b8dd5d8996abf827115f526e21e838872 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 26 Jan 2009 23:21:49 +0000 Subject: 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 --- apps/features.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'apps/features.txt') diff --git a/apps/features.txt b/apps/features.txt index 4fbf427a23..4980944605 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -20,12 +20,10 @@ albumart backlight_brightness #endif -#if defined(HAVE_BACKLIGHT_PWM_FADING) -backlight_fade_pwm -#elif defined(USE_BACKLIGHT_SW_FADING) -backlight_fade_sw -#elif defined(USE_BACKLIGHT_CUSTOM_FADING_BOOL) -backlight_fade_custom_bool +#if defined(HAVE_BACKLIGHT_FADING_INT_SETTING) +backlight_fade_int +#elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING) +backlight_fade_bool #endif #if BATTERY_TYPES_COUNT > 1 -- cgit v1.2.3