summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2008-11-26 08:26:13 +0000
committerSteve Bavin <pondlife@pondlife.me>2008-11-26 08:26:13 +0000
commitf6847265804b650b007eb8ecdc86876214ee7302 (patch)
tree5f92d0097167f2e5c257b42427fd182e704ae4c1 /firmware/export/config-e200.h
parent756bcc4bd53b34371c073c8468cbd8c01ffe094a (diff)
downloadrockbox-f6847265804b650b007eb8ecdc86876214ee7302.tar.gz
rockbox-f6847265804b650b007eb8ecdc86876214ee7302.zip
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.h4
1 files changed, 4 insertions, 0 deletions
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 @@
129/** Non-simulator section **/ 129/** Non-simulator section **/
130#ifndef SIMULATOR 130#ifndef SIMULATOR
131 131
132/* define this if the backlight thread is used for fade, not for sim, needs
133 * HAVE_BACKLIGHT_BRIGHTNESS */
134#define USE_BACKLIGHT_SW_FADING
135
132/* Define this if you have a PortalPlayer PP5024 */ 136/* Define this if you have a PortalPlayer PP5024 */
133#define CONFIG_CPU PP5024 137#define CONFIG_CPU PP5024
134 138