summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2011-07-31 15:33:57 +0000
committerFrank Gevaerts <frank@gevaerts.be>2011-07-31 15:33:57 +0000
commitdfafd22ec5df59d18ba7b07e0726893a1a5d4adf (patch)
treeeedd06d6b308cf8baad3fb8da3e46db5006d4f12 /firmware/export
parentbe32b990f8820621a6c7e6c0064a0e10bf08b9b3 (diff)
downloadrockbox-dfafd22ec5df59d18ba7b07e0726893a1a5d4adf.tar.gz
rockbox-dfafd22ec5df59d18ba7b07e0726893a1a5d4adf.zip
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
Diffstat (limited to 'firmware/export')
-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 dee3a0b6bc..ff88aa9146 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 20 133#define MAX_BRIGHTNESS_SETTING 12
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 */