summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index c9aad436f1..31f0f6729f 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -1,3 +1,4 @@
1#define TARGET_TREE /* this target is using the target tree system */
1/* 2/*
2 * This config file is for iriver H320, H340 3 * This config file is for iriver H320, H340
3 */ 4 */
@@ -144,8 +145,15 @@
144#define HAVE_EEPROM 145#define HAVE_EEPROM
145 146
146#endif /* SIMULATOR */ 147#endif /* SIMULATOR */
147 148/* Main LCD contrast range and defaults */
148#define DEFAULT_REMOTE_CONTRAST_SETTING 42 149#define MIN_CONTRAST_SETTING 5
150#define MAX_CONTRAST_SETTING 63
151#define DEFAULT_CONTRAST_SETTING 40
152
153/* Remote LCD contrast range and defaults */
154#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING
155#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING
156#define DEFAULT_REMOTE_CONTRAST_SETTING 42
149 157
150/* Define this for FM radio input available */ 158/* Define this for FM radio input available */
151#define HAVE_FMRADIO_IN 159#define HAVE_FMRADIO_IN