summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 91b2cb7658..8ef227676a 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -55,8 +55,6 @@
55 55
56#define CONFIG_LCD LCD_S1D15E06 56#define CONFIG_LCD LCD_S1D15E06
57 57
58#define DEFAULT_REMOTE_CONTRAST_SETTING 42
59
60/* Define this for LCD backlight available */ 58/* Define this for LCD backlight available */
61#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */ 59#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
62 60
@@ -156,9 +154,9 @@
156 154
157#endif /* !SIMULATOR */ 155#endif /* !SIMULATOR */
158 156
159#define DEFAULT_CONTRAST_SETTING 40 157#define DEFAULT_CONTRAST_SETTING 28
160#define MIN_CONTRAST_SETTING 5 158#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */
161#define MAX_CONTRAST_SETTING 63 159#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this*/
162#define DEFAULT_REMOTE_CONTRAST_SETTING 42 160#define DEFAULT_REMOTE_CONTRAST_SETTING 42
163#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING 161#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING
164#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING 162#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING