summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-24 19:52:03 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-24 19:52:03 +0000
commit5acfa34b9c60b9a2e5236b0fecd96e2c54e4e242 (patch)
treeafbd33ffed38066b17a7158edd9d57b402cbb84e /firmware/export
parent763a7d74573dfc3ab2bff99332f00f8dec29cf0c (diff)
downloadrockbox-5acfa34b9c60b9a2e5236b0fecd96e2c54e4e242.tar.gz
rockbox-5acfa34b9c60b9a2e5236b0fecd96e2c54e4e242.zip
Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21492 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondavx747.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 5625635c89..a5f937f78e 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -116,9 +116,9 @@
116#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG 116#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
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 0
120#define MAX_BRIGHTNESS_SETTING 30 120#define MAX_BRIGHTNESS_SETTING 15
121#define DEFAULT_BRIGHTNESS_SETTING 30 /* "full brightness" */ 121#define DEFAULT_BRIGHTNESS_SETTING 10 /* "full brightness" */
122#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */ 122#define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */
123 123
124/* Define this if you have a software controlled poweroff */ 124/* Define this if you have a software controlled poweroff */