From aff9a842e4172881160ae8cbf55ea2b8af37d826 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 2 Apr 2006 21:29:12 +0000 Subject: 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 --- firmware/export/config-ipodmini2g.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- cgit v1.2.3