Fix MKS MINI12864 on SKR 1.3 (#15836)

This commit is contained in:
Marvin Sinister
2019-11-08 02:39:08 +01:00
committed by Scott Lahteine
parent ed6bbe012b
commit 8d157a4520
2 changed files with 10 additions and 8 deletions

View File

@ -228,7 +228,6 @@
#define DOGLCD_A0 P1_19
#define DOGLCD_SCK P0_15
#define DOGLCD_MOSI P0_18
#define FORCE_SOFT_SPI
#define LCD_BACKLIGHT_PIN -1
@ -254,8 +253,11 @@
#else // !FYSETC_MINI_12864
#if ENABLED(MKS_MINI_12864)
#define DOGLCD_CS P1_21
#define DOGLCD_A0 P1_22
#define DOGLCD_CS P1_21
#define DOGLCD_A0 P1_22
#define DOGLCD_SCK P0_15
#define DOGLCD_MOSI P0_18
#define FORCE_SOFT_SPI
#endif
#if ENABLED(ULTIPANEL)