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.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 14034c61f0..b44a2c5108 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -151,6 +151,12 @@
151#define HAVE_EEPROM 151#define HAVE_EEPROM
152 152
153#endif /* SIMULATOR */ 153#endif /* SIMULATOR */
154
155/* Define this for FM radio input available */
156#define HAVE_FMRADIO_IN
157
158/** Port-specific settings **/
159
154/* Main LCD contrast range and defaults */ 160/* Main LCD contrast range and defaults */
155#define MIN_CONTRAST_SETTING 5 161#define MIN_CONTRAST_SETTING 5
156#define MAX_CONTRAST_SETTING 63 162#define MAX_CONTRAST_SETTING 63
@@ -163,9 +169,6 @@
163#define DEFAULT_BRIGHTNESS_SETTING 9 /* 9/16 (56.25%) */ 169#define DEFAULT_BRIGHTNESS_SETTING 9 /* 9/16 (56.25%) */
164 170
165/* Remote LCD contrast range and defaults */ 171/* Remote LCD contrast range and defaults */
166#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING 172#define MIN_REMOTE_CONTRAST_SETTING 5
167#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING 173#define MAX_REMOTE_CONTRAST_SETTING 63
168#define DEFAULT_REMOTE_CONTRAST_SETTING 42 174#define DEFAULT_REMOTE_CONTRAST_SETTING 42
169
170/* Define this for FM radio input available */
171#define HAVE_FMRADIO_IN