forked from len0rd/rockbox
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
This commit is contained in:
parent
90ec43b818
commit
aff9a842e4
1 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue