summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/samsungyh920.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h
index 6f64e7e590..58a8c835e3 100644
--- a/firmware/export/config/samsungyh920.h
+++ b/firmware/export/config/samsungyh920.h
@@ -57,11 +57,11 @@
57#define HAVE_BACKLIGHT 57#define HAVE_BACKLIGHT
58 58
59/* Define this if your LCD can set contrast */ 59/* Define this if your LCD can set contrast */
60/* todo #define HAVE_LCD_CONTRAST */ 60#define HAVE_LCD_CONTRAST
61 61
62#define MIN_CONTRAST_SETTING 0 62#define MIN_CONTRAST_SETTING 50
63#define MAX_CONTRAST_SETTING 30 63#define MAX_CONTRAST_SETTING 70
64#define DEFAULT_CONTRAST_SETTING 14 /* Match boot contrast */ 64#define DEFAULT_CONTRAST_SETTING 61 /* Match boot contrast */
65 65
66/* define this if you can flip your LCD */ 66/* define this if you can flip your LCD */
67/* todo #define HAVE_LCD_FLIP */ 67/* todo #define HAVE_LCD_FLIP */