Fix low contrast on Minipanel display (#17601)
This commit is contained in:
parent
f779d1be3f
commit
b55dd2cb82
@ -289,8 +289,10 @@
|
||||
#elif ENABLED(ULTI_CONTROLLER)
|
||||
#define _LCD_CONTRAST_INIT 127
|
||||
#define _LCD_CONTRAST_MAX 254
|
||||
#elif EITHER(MAKRPANEL, MINIPANEL)
|
||||
#elif ENABLED(MAKRPANEL)
|
||||
#define _LCD_CONTRAST_INIT 17
|
||||
#elif ENABLED(MINIPANEL)
|
||||
#define _LCD_CONTRAST_INIT 150
|
||||
#endif
|
||||
|
||||
#ifdef _LCD_CONTRAST_INIT
|
||||
|
Loading…
Reference in New Issue
Block a user