Browse Source

Fix low contrast on Minipanel display (#17601)

vanilla_fb_2.0.x
Thomas Hollstegge 4 years ago
committed by GitHub
parent
commit
b55dd2cb82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Marlin/src/inc/Conditionals_post.h

4
Marlin/src/inc/Conditionals_post.h

@ -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…
Cancel
Save