summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-11-14 19:14:34 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-11-14 19:14:34 +0000
commit2a45f7772bc00c7ae2ccbe482d1b00ce54e722e7 (patch)
tree432475fe2cb33c96437bf1ce51fe67620bde0c5f /firmware/export/config
parente0d0eedc905679e941f35b0a03fd593a8aee9b15 (diff)
downloadrockbox-2a45f7772bc00c7ae2ccbe482d1b00ce54e722e7.zip
rockbox-2a45f7772bc00c7ae2ccbe482d1b00ce54e722e7.tar.gz
rockbox-2a45f7772bc00c7ae2ccbe482d1b00ce54e722e7.tar.bz2
rockbox-2a45f7772bc00c7ae2ccbe482d1b00ce54e722e7.tar.xz
fuze+: fix backlight calculations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30977 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansafuzeplus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 15288b1..2d74412 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -110,8 +110,8 @@
/* Main LCD backlight brightness range and defaults */
#define MIN_BRIGHTNESS_SETTING 1
-#define MAX_BRIGHTNESS_SETTING 100 /* unsure */
-#define DEFAULT_BRIGHTNESS_SETTING 60 /* fixme */
+#define MAX_BRIGHTNESS_SETTING 80
+#define DEFAULT_BRIGHTNESS_SETTING 40
/* Which backlight fading type? */
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING