Fix low contrast on Minipanel display (#17601)

This commit is contained in:
Thomas Hollstegge 2020-04-20 14:07:23 +02:00 committed by GitHub
parent f779d1be3f
commit b55dd2cb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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