summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-09-17 21:44:47 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-09-17 21:44:47 +0000
commit9407ae838e7696cd5f55c7a22b7cabb8d403fc17 (patch)
treee14f5648f63790ce170c5fa6024da0c8a55ce1e1 /firmware/export
parent3655a32a3e8e49bc0e70f28eaa6d60f17fbdb412 (diff)
downloadrockbox-9407ae838e7696cd5f55c7a22b7cabb8d403fc17.tar.gz
rockbox-9407ae838e7696cd5f55c7a22b7cabb8d403fc17.zip
Onda VX747:
* Button driver rework * Backlight driver rework * LCD driver rework git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18543 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondavx747.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index e015a53374..9a7f53568a 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -83,10 +83,10 @@
83#define HAVE_BACKLIGHT_BRIGHTNESS 83#define HAVE_BACKLIGHT_BRIGHTNESS
84 84
85/* Main LCD backlight brightness range and defaults */ 85/* Main LCD backlight brightness range and defaults */
86#define MIN_BRIGHTNESS_SETTING 0 /* TODO */ 86#define MIN_BRIGHTNESS_SETTING 100
87#define MAX_BRIGHTNESS_SETTING 127 87#define MAX_BRIGHTNESS_SETTING 300
88#define DEFAULT_BRIGHTNESS_SETTING 85 88#define DEFAULT_BRIGHTNESS_SETTING 300 /* "full brightness" */
89#define DEFAULT_DIMNESS_SETTING 22 89#define DEFAULT_DIMNESS_SETTING 100 /* "most dim" */
90 90
91/* Define this if you have a software controlled poweroff */ 91/* Define this if you have a software controlled poweroff */
92//#define HAVE_SW_POWEROFF 92//#define HAVE_SW_POWEROFF