We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6990eb commit 6248db7Copy full SHA for 6248db7
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h
@@ -229,7 +229,7 @@
229
* _____ _____
230
* (BEEPER) 1.31 | · · | 1.30 (BTN_ENC) (MISO) 0.8 | · · | 0.7 (SD_SCK)
231
* (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)
+ * (LCD_D4) 0.15 | · · | 0.17 (LCD_D5) (BTN_EN2) 3.26 | · · | 0.9 (SD_MOSI)
233
* (LCD_D6) 1.0 | · · | 1.22 (LCD_D7) (SD_DETECT) 0.27 | · · | RST
234
* GND | · · | 5V GND | · · | NC
235
* ----- -----
@@ -279,7 +279,7 @@
279
#define DOGLCD_CS P0_18
280
#define DOGLCD_A0 P0_16
281
#define DOGLCD_SCK P0_07
282
- #define DOGLCD_MOSI P1_20
+ #define DOGLCD_MOSI P0_09
283
284
#define LCD_BACKLIGHT_PIN -1
285
0 commit comments