Browse Source

Fix EXP2 pin define for MKS SGEN_L (#19369)

Jason Smith 4 years ago
parent
commit
d07ce9ef21
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h

+ 2
- 2
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h View File

229
  *                _____                                            _____
229
  *                _____                                            _____
230
  * (BEEPER) 1.31 | · · | 1.30 (BTN_ENC)          (MISO)       0.8 | · · | 0.7  (SD_SCK)
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)
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)
232
+ * (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
233
  * (LCD_D6)  1.0 | · · | 1.22 (LCD_D7)           (SD_DETECT) 0.27 | · · | RST
234
  *           GND | · · | 5V                                   GND | · · | NC
234
  *           GND | · · | 5V                                   GND | · · | NC
235
  *                -----                                            -----
235
  *                -----                                            -----
279
         #define DOGLCD_CS                  P0_18
279
         #define DOGLCD_CS                  P0_18
280
         #define DOGLCD_A0                  P0_16
280
         #define DOGLCD_A0                  P0_16
281
         #define DOGLCD_SCK                 P0_07
281
         #define DOGLCD_SCK                 P0_07
282
-        #define DOGLCD_MOSI                P1_20
282
+        #define DOGLCD_MOSI                P0_09
283
 
283
 
284
         #define LCD_BACKLIGHT_PIN          -1
284
         #define LCD_BACKLIGHT_PIN          -1
285
 
285
 

Loading…
Cancel
Save