Add MKS_LCD12864B
This commit is contained in:
parent
d6cb657c85
commit
ea34aa2d3e
@ -2260,7 +2260,8 @@
|
|||||||
// MKS LCD12864A/B with graphic controller and SD support. Follows MKS_MINI_12864 pinout.
|
// MKS LCD12864A/B with graphic controller and SD support. Follows MKS_MINI_12864 pinout.
|
||||||
// https://www.aliexpress.com/item/33018110072.html
|
// https://www.aliexpress.com/item/33018110072.html
|
||||||
//
|
//
|
||||||
//#define MKS_LCD12864
|
//#define MKS_LCD12864A
|
||||||
|
//#define MKS_LCD12864B
|
||||||
|
|
||||||
//
|
//
|
||||||
// FYSETC variant of the MINI12864 graphic controller with SD support
|
// FYSETC variant of the MINI12864 graphic controller with SD support
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
* Conditionals that need to be set before Configuration_adv.h or pins.h
|
* Conditionals that need to be set before Configuration_adv.h or pins.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// MKS_LCD12864 is a variant of MKS_MINI_12864
|
// MKS_LCD12864A/B is a variant of MKS_MINI_12864
|
||||||
#if ENABLED(MKS_LCD12864)
|
#if EITHER(MKS_LCD12864A, MKS_LCD12864B)
|
||||||
#define MKS_MINI_12864
|
#define MKS_MINI_12864
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
#elif ENABLED(AZSMZ_12864)
|
#elif ENABLED(AZSMZ_12864)
|
||||||
#define _LCD_CONTRAST_MIN 120
|
#define _LCD_CONTRAST_MIN 120
|
||||||
#define _LCD_CONTRAST_INIT 190
|
#define _LCD_CONTRAST_INIT 190
|
||||||
#elif ENABLED(MKS_LCD12864)
|
#elif EITHER(MKS_LCD12864A, MKS_LCD12864B)
|
||||||
#define _LCD_CONTRAST_MIN 120
|
#define _LCD_CONTRAST_MIN 120
|
||||||
#define _LCD_CONTRAST_INIT 205
|
#define _LCD_CONTRAST_INIT 205
|
||||||
#elif EITHER(MKS_MINI_12864, ENDER2_STOCKDISPLAY)
|
#elif EITHER(MKS_MINI_12864, ENDER2_STOCKDISPLAY)
|
||||||
|
@ -560,6 +560,8 @@
|
|||||||
#error "MEATPACK is now enabled with MEATPACK_ON_SERIAL_PORT_1, MEATPACK_ON_SERIAL_PORT_2, etc."
|
#error "MEATPACK is now enabled with MEATPACK_ON_SERIAL_PORT_1, MEATPACK_ON_SERIAL_PORT_2, etc."
|
||||||
#elif defined(CUSTOM_USER_MENUS)
|
#elif defined(CUSTOM_USER_MENUS)
|
||||||
#error "CUSTOM_USER_MENUS has been replaced by CUSTOM_MENU_MAIN and CUSTOM_MENU_CONFIG."
|
#error "CUSTOM_USER_MENUS has been replaced by CUSTOM_MENU_MAIN and CUSTOM_MENU_CONFIG."
|
||||||
|
#elif defined(MKS_LCD12864)
|
||||||
|
#error "MKS_LCD12864 is now MKS_LCD12864A or MKS_LCD12864B."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -2282,7 +2284,7 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
|
|||||||
+ ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) \
|
+ ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) \
|
||||||
+ (ENABLED(U8GLIB_SSD1306) && DISABLED(IS_U8GLIB_SSD1306)) \
|
+ (ENABLED(U8GLIB_SSD1306) && DISABLED(IS_U8GLIB_SSD1306)) \
|
||||||
+ (ENABLED(MINIPANEL) && NONE(MKS_MINI_12864, ENDER2_STOCKDISPLAY)) \
|
+ (ENABLED(MINIPANEL) && NONE(MKS_MINI_12864, ENDER2_STOCKDISPLAY)) \
|
||||||
+ (ENABLED(MKS_MINI_12864) && DISABLED(MKS_LCD12864)) \
|
+ (ENABLED(MKS_MINI_12864) && NONE(MKS_LCD12864A, MKS_LCD12864B)) \
|
||||||
+ (ENABLED(EXTENSIBLE_UI) && DISABLED(IS_EXTUI)) \
|
+ (ENABLED(EXTENSIBLE_UI) && DISABLED(IS_EXTUI)) \
|
||||||
+ (DISABLED(IS_LEGACY_TFT) && ENABLED(TFT_GENERIC)) \
|
+ (DISABLED(IS_LEGACY_TFT) && ENABLED(TFT_GENERIC)) \
|
||||||
+ (ENABLED(IS_LEGACY_TFT) && COUNT_ENABLED(TFT_320x240, TFT_320x240_SPI, TFT_480x320, TFT_480x320_SPI)) \
|
+ (ENABLED(IS_LEGACY_TFT) && COUNT_ENABLED(TFT_320x240, TFT_320x240_SPI, TFT_480x320, TFT_480x320_SPI)) \
|
||||||
@ -2313,7 +2315,8 @@ static_assert(hbm[Z_AXIS] >= 0, "HOMING_BUMP_MM.Z must be greater than or equal
|
|||||||
+ ENABLED(MAKRPANEL) \
|
+ ENABLED(MAKRPANEL) \
|
||||||
+ ENABLED(MALYAN_LCD) \
|
+ ENABLED(MALYAN_LCD) \
|
||||||
+ ENABLED(NEXTION_TFT) \
|
+ ENABLED(NEXTION_TFT) \
|
||||||
+ ENABLED(MKS_LCD12864) \
|
+ ENABLED(MKS_LCD12864A) \
|
||||||
|
+ ENABLED(MKS_LCD12864B) \
|
||||||
+ ENABLED(OLED_PANEL_TINYBOY2) \
|
+ ENABLED(OLED_PANEL_TINYBOY2) \
|
||||||
+ ENABLED(OVERLORD_OLED) \
|
+ ENABLED(OVERLORD_OLED) \
|
||||||
+ ENABLED(PANEL_ONE) \
|
+ ENABLED(PANEL_ONE) \
|
||||||
|
@ -222,7 +222,7 @@
|
|||||||
#define LCD_BACKLIGHT_PIN -1
|
#define LCD_BACKLIGHT_PIN -1
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#error "Only CR10_STOCKDISPLAY, ZONESTAR_LCD, ENDER2_STOCKDISPLAY, MKS_MINI_12864, and MKS_LCD12864 are currently supported on the BIGTREE_SKR_E3_DIP."
|
#error "Only CR10_STOCKDISPLAY, ZONESTAR_LCD, ENDER2_STOCKDISPLAY, MKS_MINI_12864, and MKS_LCD12864A/B are currently supported on the BIGTREE_SKR_E3_DIP."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // HAS_WIRED_LCD
|
#endif // HAS_WIRED_LCD
|
||||||
|
Loading…
Reference in New Issue
Block a user