summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2011-05-18 19:57:50 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2011-05-18 19:57:50 +0000
commit7eb0db250cc1cfe54d7c061e7ffa65b34a058c1d (patch)
tree4626f91b29a1c5ad357a27c7be6e4ed6ab638416
parenta2c2589247ec654259fb98167bc39d05281744cf (diff)
downloadrockbox-7eb0db250cc1cfe54d7c061e7ffa65b34a058c1d.tar.gz
rockbox-7eb0db250cc1cfe54d7c061e7ffa65b34a058c1d.zip
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
-rw-r--r--firmware/export/config/sansafuzev2.h2
1 files changed, 1 insertions, 1 deletions
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 @@
130 130
131/* Main LCD backlight brightness range and defaults */ 131/* Main LCD backlight brightness range and defaults */
132#define MIN_BRIGHTNESS_SETTING 1 132#define MIN_BRIGHTNESS_SETTING 1
133#define MAX_BRIGHTNESS_SETTING 25 133#define MAX_BRIGHTNESS_SETTING 20
134#define DEFAULT_BRIGHTNESS_SETTING 6 134#define DEFAULT_BRIGHTNESS_SETTING 6
135 135
136/* define this if you have a light associated with the buttons */ 136/* define this if you have a light associated with the buttons */