Browse Source

Fix MKS SGEN-L Pins (#15153)

thisiskeithb 5 years ago
parent
commit
d577b3c21e
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h

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

@@ -215,7 +215,7 @@
215 215
     #if ENABLED(FYSETC_MINI_12864)
216 216
       #define DOGLCD_CS    P0_18
217 217
       #define DOGLCD_A0    P0_16
218
-      #define DOGLCD_SCK   P0_7
218
+      #define DOGLCD_SCK   P0_07
219 219
       #define DOGLCD_MOSI  P1_20
220 220
       #define FORCE_SOFT_SPI
221 221
 
@@ -231,7 +231,7 @@
231 231
           #define RGB_LED_R_PIN P0_17
232 232
         #endif
233 233
         #ifndef RGB_LED_G_PIN
234
-          #define RGB_LED_G_PIN P1_0
234
+          #define RGB_LED_G_PIN P1_00
235 235
         #endif
236 236
         #ifndef RGB_LED_B_PIN
237 237
           #define RGB_LED_B_PIN P1_22
@@ -244,12 +244,12 @@
244 244
 
245 245
       #if ENABLED(MKS_MINI_12864)
246 246
         #define DOGLCD_CS  P0_17
247
-        #define DOGLCD_A0  P1_0
247
+        #define DOGLCD_A0  P1_00
248 248
       #endif
249 249
 
250 250
       #if ENABLED(ULTIPANEL)
251 251
         #define LCD_PINS_D5 P0_17
252
-        #define LCD_PINS_D6 P1_0
252
+        #define LCD_PINS_D6 P1_00
253 253
         #define LCD_PINS_D7 P1_22
254 254
       #endif
255 255
 

Loading…
Cancel
Save