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

Loading…
Cancel
Save