diff options
-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 */ |