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 /firmware/export/config-e200.h | |
| parent | 756bcc4bd53b34371c073c8468cbd8c01ffe094a (diff) | |
| download | rockbox-f6847265804b650b007eb8ecdc86876214ee7302.zip rockbox-f6847265804b650b007eb8ecdc86876214ee7302.tar.gz rockbox-f6847265804b650b007eb8ecdc86876214ee7302.tar.bz2 rockbox-f6847265804b650b007eb8ecdc86876214ee7302.tar.xz | |
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 'firmware/export/config-e200.h')
| -rw-r--r-- | firmware/export/config-e200.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 075f490..d9bebef 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 |