Skip to content

Commit 6248db7

Browse files
sjasonsmithvgadreau
authored andcommitted
Fix EXP2 pin define for MKS SGEN_L (MarlinFirmware#19369)
1 parent e6990eb commit 6248db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
* _____ _____
230230
* (BEEPER) 1.31 | · · | 1.30 (BTN_ENC) (MISO) 0.8 | · · | 0.7 (SD_SCK)
231231
* (LCD_EN) 0.18 | · · | 0.16 (LCD_RS) (BTN_EN1) 3.25 | · · | 0.28 (SD_CS2)
232-
* (LCD_D4) 0.15 | · · | 0.17 (LCD_D5) (BTN_EN2) 3.26 | · · | 1.20 (SD_MOSI)
232+
* (LCD_D4) 0.15 | · · | 0.17 (LCD_D5) (BTN_EN2) 3.26 | · · | 0.9 (SD_MOSI)
233233
* (LCD_D6) 1.0 | · · | 1.22 (LCD_D7) (SD_DETECT) 0.27 | · · | RST
234234
* GND | · · | 5V GND | · · | NC
235235
* ----- -----
@@ -279,7 +279,7 @@
279279
#define DOGLCD_CS P0_18
280280
#define DOGLCD_A0 P0_16
281281
#define DOGLCD_SCK P0_07
282-
#define DOGLCD_MOSI P1_20
282+
#define DOGLCD_MOSI P0_09
283283

284284
#define LCD_BACKLIGHT_PIN -1
285285

0 commit comments

Comments
 (0)