diff options
| author | Catalin Patulea <cat@vv.carleton.ca> | 2007-11-02 06:13:43 +0000 |
|---|---|---|
| committer | Catalin Patulea <cat@vv.carleton.ca> | 2007-11-02 06:13:43 +0000 |
| commit | f57ea9acd751d955cc25f88724f25a5f28ccc083 (patch) | |
| tree | 65c0167557fb684e6b29cbae3a198380305cfd51 /firmware/export | |
| parent | 38548c71185a3563b55f43b069fb7b5408691645 (diff) | |
| download | rockbox-f57ea9acd751d955cc25f88724f25a5f28ccc083.zip rockbox-f57ea9acd751d955cc25f88724f25a5f28ccc083.tar.gz rockbox-f57ea9acd751d955cc25f88724f25a5f28ccc083.tar.bz2 rockbox-f57ea9acd751d955cc25f88724f25a5f28ccc083.tar.xz | |
m:robe 500i port: Add backlight support to the main build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15404 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-mrobe500.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 4a8834c..850a2e8 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -92,11 +92,10 @@ #define HAVE_BACKLIGHT_BRIGHTNESS /* Main LCD backlight brightness range and defaults */ -#define MIN_BRIGHTNESS_SETTING 0 /* 0.5 mA */ -#define MAX_DIM_BRIGHTNESS_SETTING 15 /* highest 'dimness' */ -#define MAX_BRIGHTNESS_SETTING 63 /* 32 mA */ -#define DEFAULT_BRIGHTNESS_SETTING 39 /* 20 mA */ -#define DEFAULT_DIMNESS_SETTING 9 /* 5 mA */ +#define MIN_BRIGHTNESS_SETTING 0 +#define MAX_BRIGHTNESS_SETTING 127 +#define DEFAULT_BRIGHTNESS_SETTING 85 /* OF "full brightness" */ +#define DEFAULT_DIMNESS_SETTING 22 /* OF "most dim" */ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF @@ -104,9 +103,7 @@ /* The number of bytes reserved for loadable codecs */ #define CODEC_SIZE 0x80000 -/* The number of bytes reserved for loadable plugins - * - larger than other targets due to screen size - */ +/* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x100000 /* Define this if you have the WM8975 audio codec */ |