Browse Source

Fix MKS SGen-L DOGLCD_MOSI pin for FYSETC_MINI_12864 LCD (#20998)

vanilla_fb_2.0.x
ellensp 3 years ago
committed by GitHub
parent
commit
a971233068
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h

2
Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h

@ -337,7 +337,7 @@
#define DOGLCD_CS P0_18
#define DOGLCD_A0 P0_16
#define DOGLCD_SCK P0_07
#define DOGLCD_MOSI P1_20
#define DOGLCD_MOSI P0_09
#define LCD_BACKLIGHT_PIN -1

Loading…
Cancel
Save