summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-02 21:29:12 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-02 21:29:12 +0000
commitaff9a842e4172881160ae8cbf55ea2b8af37d826 (patch)
treeae6cef099ef23133712506494a5a3607f032baec /firmware
parent90ec43b818773c0eebc9c62f04ffe0c36c376944 (diff)
downloadrockbox-aff9a842e4172881160ae8cbf55ea2b8af37d826.tar.gz
rockbox-aff9a842e4172881160ae8cbf55ea2b8af37d826.zip
Backlight fading enabled for the mini 2G. Reeset & reload settings to avoid strange effects...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9441 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rwxr-xr-xfirmware/export/config-ipodmini2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 8cea14470b..5afc672fd6 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -49,6 +49,9 @@
49/* Define this for LCD backlight available */ 49/* Define this for LCD backlight available */
50#define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */ 50#define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */
51 51
52/* We can fade the backlight by using PWM */
53#define HAVE_BACKLIGHT_PWM_FADING
54
52#ifndef SIMULATOR 55#ifndef SIMULATOR
53 56
54/* Define this if you have a PortalPlayer PP5020 */ 57/* Define this if you have a PortalPlayer PP5020 */