summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiom5.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-05 00:04:00 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-05 00:04:00 +0000
commit8876018d25c6a56cce118482c1372bbff344cb23 (patch)
treea66dca10bf92674c655b9862fd366ecc77bba76a /firmware/export/config-iaudiom5.h
parentee07215d506def8d3483f4adf6e1d4ae51c10c52 (diff)
downloadrockbox-8876018d25c6a56cce118482c1372bbff344cb23.tar.gz
rockbox-8876018d25c6a56cce118482c1372bbff344cb23.zip
Bring up the M5 port to a working stage: Extended numerous explicit checks for IAUDIO_X5 to also check for IAUDIO_M5, moved code around the target tree, added preliminary background for the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12610 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiom5.h')
-rw-r--r--firmware/export/config-iaudiom5.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h
index 2c52bc0730..66c54bfdd9 100644
--- a/firmware/export/config-iaudiom5.h
+++ b/firmware/export/config-iaudiom5.h
@@ -144,15 +144,9 @@
144/** Port-specific settings **/ 144/** Port-specific settings **/
145 145
146/* Main LCD contrast range and defaults */ 146/* Main LCD contrast range and defaults */
147#define MIN_CONTRAST_SETTING 1 147#define MIN_CONTRAST_SETTING 24
148#define MAX_CONTRAST_SETTING 30 148#define MAX_CONTRAST_SETTING 63
149#define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */ 149#define DEFAULT_CONTRAST_SETTING 40
150
151/* Main LCD backlight brightness range and defaults */
152/* PCF50506 can output 0%-100% duty cycle but D305A expects %15-100%. */
153#define MIN_BRIGHTNESS_SETTING 1 /* 15/16 (93.75%) */
154#define MAX_BRIGHTNESS_SETTING 13 /* 3/16 (18.75%) */
155#define DEFAULT_BRIGHTNESS_SETTING 8 /* 8/16 (50.00%) = x5 boot default */
156 150
157/* Remote LCD contrast range and defaults */ 151/* Remote LCD contrast range and defaults */
158#define MIN_REMOTE_CONTRAST_SETTING 10 152#define MIN_REMOTE_CONTRAST_SETTING 10