Browse Source

Fix a bad MKS SGen-L pin (#14735)

Bo Herrmannsen 6 years ago
parent
commit
bf610d87f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h

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

192
   #define BTN_ENC          P1_30
192
   #define BTN_ENC          P1_30
193
 
193
 
194
   #if ENABLED(CR10_STOCKDISPLAY)
194
   #if ENABLED(CR10_STOCKDISPLAY)
195
-    #define LCD_PINS_RS    P1_0
195
+    #define LCD_PINS_RS    P1_00
196
 
196
 
197
     #define BTN_EN1        P0_18
197
     #define BTN_EN1        P0_18
198
     #define BTN_EN2        P0_15
198
     #define BTN_EN2        P0_15

Loading…
Cancel
Save