Add MKS LCD12864 A/B Controller Support (#18120)
This commit is contained in:
@@ -123,8 +123,8 @@
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
#define TEMP_BED_PIN PA1 //TB
|
||||
#define TEMP_0_PIN PA0 //TH1
|
||||
#define TEMP_BED_PIN PA1 // TB
|
||||
#define TEMP_0_PIN PA0 // TH1
|
||||
|
||||
#define FIL_RUNOUT_PIN PB10 // MT_DET
|
||||
|
||||
@@ -157,11 +157,9 @@
|
||||
#define DOGLCD_SCK PB13
|
||||
#define DOGLCD_MOSI PB15
|
||||
|
||||
// Required for MKS_MINI_12864 with this board
|
||||
#define MKS_LCD12864B
|
||||
#undef SHOW_BOOTSCREEN
|
||||
|
||||
#else // !MKS_MINI_12864
|
||||
#else
|
||||
|
||||
#define LCD_PINS_D4 PA6
|
||||
#if ENABLED(ULTIPANEL)
|
||||
|
||||
Reference in New Issue
Block a user