diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-04-02 21:29:12 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-02 21:29:12 +0000 |
commit | aff9a842e4172881160ae8cbf55ea2b8af37d826 (patch) | |
tree | ae6cef099ef23133712506494a5a3607f032baec | |
parent | 90ec43b818773c0eebc9c62f04ffe0c36c376944 (diff) |
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
-rwxr-xr-x | firmware/export/config-ipodmini2g.h | 3 |
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 @@ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */ +/* We can fade the backlight by using PWM */ +#define HAVE_BACKLIGHT_PWM_FADING + #ifndef SIMULATOR /* Define this if you have a PortalPlayer PP5020 */ |