1
0
Fork 0
forked from len0rd/rockbox

Mini G1: Enabled backlight fading. Attn. Mini G1 voice users: a new voice file is required.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14314 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-08-13 17:57:34 +00:00
parent 2ae0d63c88
commit 1e28f59f26

View file

@ -72,6 +72,9 @@
/* Define this for LCD backlight available */ /* Define this for LCD backlight available */
#define HAVE_BACKLIGHT #define HAVE_BACKLIGHT
/* We can fade the backlight by using PWM */
#define HAVE_BACKLIGHT_PWM_FADING
/* Define this if you can detect headphones */ /* Define this if you can detect headphones */
#define HAVE_HEADPHONE_DETECTION #define HAVE_HEADPHONE_DETECTION