diff options
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r-- | firmware/export/config-h120.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |