From 7eb0db250cc1cfe54d7c061e7ffa65b34a058c1d Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Wed, 18 May 2011 19:57:50 +0000 Subject: A few people have reported problems running the fuzev2 LCD at max brightness. I don't have one of these players, but as a precaution lets lower the max brightness a bit until someone figures out why. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29896 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 b725ab5007..dee3a0b6bc 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 25 +#define MAX_BRIGHTNESS_SETTING 20 #define DEFAULT_BRIGHTNESS_SETTING 6 /* define this if you have a light associated with the buttons */ -- cgit