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-h300.h | |
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 'firmware/export/config-h300.h')
-rw-r--r-- | firmware/export/config-h300.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index f45b694fe0..2af426f048 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -114,6 +114,11 @@ #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 your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE |