Increase MKS MINI 12864 default contrast (#15139)
This commit is contained in:
parent
c97c393c4a
commit
cdd5056aba
@ -267,7 +267,8 @@
|
|||||||
#define _LCD_CONTRAST_MIN 120
|
#define _LCD_CONTRAST_MIN 120
|
||||||
#define _LCD_CONTRAST_INIT 190
|
#define _LCD_CONTRAST_INIT 190
|
||||||
#elif ENABLED(MKS_MINI_12864)
|
#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)
|
#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
|
#define _LCD_CONTRAST_INIT 220
|
||||||
#elif ENABLED(ULTI_CONTROLLER)
|
#elif ENABLED(ULTI_CONTROLLER)
|
||||||
|
Loading…
Reference in New Issue
Block a user