summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-11-10 00:02:28 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-11-10 00:02:28 +0000
commitf64f589d2efeb2749314bb9f91523b4555ded2d5 (patch)
tree00144df027cefae876dff9c6e9f64421befa26c4 /firmware/export/config-h120.h
parent6170e8837b4cc8a6d33b1b3b095330b9984eaa9c (diff)
downloadrockbox-f64f589d2efeb2749314bb9f91523b4555ded2d5.tar.gz
rockbox-f64f589d2efeb2749314bb9f91523b4555ded2d5.zip
H100/120: Split lcd driver into pixel format and device specific parts. Adjustment of contrast range to just a little less than white to a little more than black. Really only had to reset minimum.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11487 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index ad73f379b9..e4c5cfe876 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -50,8 +50,6 @@
50 50
51#define CONFIG_LCD LCD_S1D15E06 51#define CONFIG_LCD LCD_S1D15E06
52 52
53#define DEFAULT_REMOTE_CONTRAST_SETTING 42
54
55/* Define this for LCD backlight available */ 53/* Define this for LCD backlight available */
56#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */ 54#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
57 55
@@ -152,9 +150,9 @@
152 150
153#endif /* !SIMULATOR */ 151#endif /* !SIMULATOR */
154 152
155#define DEFAULT_CONTRAST_SETTING 40 153#define DEFAULT_CONTRAST_SETTING 28
156#define MIN_CONTRAST_SETTING 5 154#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */
157#define MAX_CONTRAST_SETTING 63 155#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this*/
158#define DEFAULT_REMOTE_CONTRAST_SETTING 42 156#define DEFAULT_REMOTE_CONTRAST_SETTING 42
159#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING 157#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING
160#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING 158#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING