Fix MKS SGen-L DOGLCD_MOSI pin for FYSETC_MINI_12864 LCD (#20998)
This commit is contained in:
parent
67ae845b3c
commit
a971233068
@ -337,7 +337,7 @@
|
|||||||
#define DOGLCD_CS P0_18
|
#define DOGLCD_CS P0_18
|
||||||
#define DOGLCD_A0 P0_16
|
#define DOGLCD_A0 P0_16
|
||||||
#define DOGLCD_SCK P0_07
|
#define DOGLCD_SCK P0_07
|
||||||
#define DOGLCD_MOSI P1_20
|
#define DOGLCD_MOSI P0_09
|
||||||
|
|
||||||
#define LCD_BACKLIGHT_PIN -1
|
#define LCD_BACKLIGHT_PIN -1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user