Browse Source

Fix MKS SGEN-L Pins (#15153)

pull/1/head
thisiskeithb 5 years ago
committed by Scott Lahteine
parent
commit
d577b3c21e
  1. 8
      Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h

8
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h

@ -215,7 +215,7 @@
#if ENABLED(FYSETC_MINI_12864)
#define DOGLCD_CS P0_18
#define DOGLCD_A0 P0_16
#define DOGLCD_SCK P0_7
#define DOGLCD_SCK P0_07
#define DOGLCD_MOSI P1_20
#define FORCE_SOFT_SPI
@ -231,7 +231,7 @@
#define RGB_LED_R_PIN P0_17
#endif
#ifndef RGB_LED_G_PIN
#define RGB_LED_G_PIN P1_0
#define RGB_LED_G_PIN P1_00
#endif
#ifndef RGB_LED_B_PIN
#define RGB_LED_B_PIN P1_22
@ -244,12 +244,12 @@
#if ENABLED(MKS_MINI_12864)
#define DOGLCD_CS P0_17
#define DOGLCD_A0 P1_0
#define DOGLCD_A0 P1_00
#endif
#if ENABLED(ULTIPANEL)
#define LCD_PINS_D5 P0_17
#define LCD_PINS_D6 P1_0
#define LCD_PINS_D6 P1_00
#define LCD_PINS_D7 P1_22
#endif

Loading…
Cancel
Save