Increase MKS MINI 12864 default contrast (#15139)

This commit is contained in:
thisiskeithb 2019-09-02 17:40:58 -07:00 committed by Scott Lahteine
parent c97c393c4a
commit cdd5056aba

View File

@ -267,7 +267,8 @@
#define _LCD_CONTRAST_MIN 120
#define _LCD_CONTRAST_INIT 190
#elif ENABLED(MKS_MINI_12864)
#define _LCD_CONTRAST_INIT 150
#define _LCD_CONTRAST_MIN 120
#define _LCD_CONTRAST_INIT 195
#elif ANY(FYSETC_MINI_12864_X_X, FYSETC_MINI_12864_1_2, FYSETC_MINI_12864_2_0, FYSETC_MINI_12864_2_1)
#define _LCD_CONTRAST_INIT 220
#elif ENABLED(ULTI_CONTROLLER)