Fix and improve FYSETC LCD support (#13767)
This commit is contained in:
parent
4e35e6c705
commit
81ca5a4cd4
15 changed files with 369 additions and 142 deletions
|
|
@ -138,6 +138,8 @@
|
|||
#elif ENABLED(MKS_MINI_12864)
|
||||
|
||||
#define MINIPANEL
|
||||
#define DEFAULT_LCD_CONTRAST 150
|
||||
#define LCD_CONTRAST_MAX 255
|
||||
|
||||
#elif ENABLED(FYSETC_MINI_12864)
|
||||
|
||||
|
|
@ -153,7 +155,9 @@
|
|||
#if EITHER(MAKRPANEL, MINIPANEL)
|
||||
#define DOGLCD
|
||||
#define ULTIPANEL
|
||||
#define DEFAULT_LCD_CONTRAST 17
|
||||
#ifndef DEFAULT_LCD_CONTRAST
|
||||
#define DEFAULT_LCD_CONTRAST 17
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(ULTI_CONTROLLER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue