diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2011-07-31 15:30:07 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2011-07-31 15:30:07 +0000 |
commit | 936494f9c5f6bc20e6b48a8b724822c2c5ef5bcc (patch) | |
tree | 72d8b350798a9419c1621624ca219cef4709b0cf | |
parent | 92b392e722b7e5e576dc22a7c230e58d1038da42 (diff) |
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/trunk@30227 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config/sansafuzev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |