Add MKS LCD12864 A/B Controller Support (#18120)

This commit is contained in:
thisiskeithb
2020-06-16 00:43:09 -07:00
committed by GitHub
parent 749589b088
commit 2603a237f9
11 changed files with 27 additions and 22 deletions

View File

@@ -184,11 +184,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)