summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-03-29 12:10:43 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-03-29 12:10:43 +0000
commit60cfc1ddff64055d037db5388b4942b3de96f52d (patch)
treee43feb0d1b9edad6daae3db7d448ca27bef6878a /firmware/export
parent05ace8e095f3de6332560b364a158321867c7bba (diff)
downloadrockbox-60cfc1ddff64055d037db5388b4942b3de96f52d.tar.gz
rockbox-60cfc1ddff64055d037db5388b4942b3de96f52d.zip
Fuzev2: fix backlight brightness
PMU registers are write-only git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25377 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/sansafuzev2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 7a3296d7c0..b42a0d1bb8 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -117,14 +117,14 @@
117 117
118/* Main LCD backlight brightness range and defaults */ 118/* Main LCD backlight brightness range and defaults */
119#define MIN_BRIGHTNESS_SETTING 1 119#define MIN_BRIGHTNESS_SETTING 1
120#define MAX_BRIGHTNESS_SETTING 12 120#define MAX_BRIGHTNESS_SETTING 25
121#define DEFAULT_BRIGHTNESS_SETTING 6 121#define DEFAULT_BRIGHTNESS_SETTING 6
122 122
123/* define this if you have a light associated with the buttons */ 123/* define this if you have a light associated with the buttons */
124#define HAVE_BUTTON_LIGHT 124#define HAVE_BUTTON_LIGHT
125 125
126/* Which backlight fading type? */ 126/* Which backlight fading type? */
127//#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING 127#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
128 128
129/* define this if the unit uses a scrollwheel for navigation */ 129/* define this if the unit uses a scrollwheel for navigation */
130//#define HAVE_SCROLLWHEEL 130//#define HAVE_SCROLLWHEEL