From f6847265804b650b007eb8ecdc86876214ee7302 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Wed, 26 Nov 2008 08:26:13 +0000 Subject: 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 --- firmware/export/config-e200.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config-e200.h') diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 075f490ee4..d9bebef9bc 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -129,6 +129,10 @@ /** Non-simulator section **/ #ifndef SIMULATOR +/* define this if the backlight thread is used for fade, not for sim, needs + * HAVE_BACKLIGHT_BRIGHTNESS */ +#define USE_BACKLIGHT_SW_FADING + /* Define this if you have a PortalPlayer PP5024 */ #define CONFIG_CPU PP5024 -- cgit v1.2.3