summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index fd84f37061..a872a4a637 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -172,7 +172,7 @@
172/* Main LCD backlight brightness range and defaults */ 172/* Main LCD backlight brightness range and defaults */
173#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */ 173#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */
174#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this */ 174#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this */
175#define DEFAULT_CONTRAST_SETTING 28 175#define DEFAULT_CONTRAST_SETTING 27
176 176
177/* Remote LCD contrast range and defaults */ 177/* Remote LCD contrast range and defaults */
178#define MIN_REMOTE_CONTRAST_SETTING 5 178#define MIN_REMOTE_CONTRAST_SETTING 5
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 4a8a3c99be..ee3d70236a 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -168,9 +168,9 @@
168/** Port-specific settings **/ 168/** Port-specific settings **/
169 169
170/* Main LCD backlight brightness range and defaults */ 170/* Main LCD backlight brightness range and defaults */
171#define DEFAULT_CONTRAST_SETTING 28
172#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */ 171#define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */
173#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this */ 172#define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this */
173#define DEFAULT_CONTRAST_SETTING 27
174 174
175/* Remote LCD contrast range and defaults */ 175/* Remote LCD contrast range and defaults */
176#define MIN_REMOTE_CONTRAST_SETTING 5 176#define MIN_REMOTE_CONTRAST_SETTING 5