From dfafd22ec5df59d18ba7b07e0726893a1a5d4adf Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 31 Jul 2011 15:33:57 +0000 Subject: Lower the maximum brightness of the fuzev2 backlight even more. The previous maximum (20) still causes excessive heat for some people, and measurements (using a digital camera and a white screen) show that the maximum brightness in the OF corresponds to 12 in rockbox, so we use 12 now. git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_9@30228 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzev2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index dee3a0b6bc..ff88aa9146 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -130,7 +130,7 @@ /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 1 -#define MAX_BRIGHTNESS_SETTING 20 +#define MAX_BRIGHTNESS_SETTING 12 #define DEFAULT_BRIGHTNESS_SETTING 6 /* define this if you have a light associated with the buttons */ -- cgit v1.2.3