Explorar el Código

Fix MKS SGen-L DOGLCD_MOSI pin for FYSETC_MINI_12864 LCD (#20998)

ellensp hace 4 años
padre
commit
a971233068
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h

+ 1
- 1
Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h Ver fichero

@@ -337,7 +337,7 @@
337 337
         #define DOGLCD_CS                  P0_18
338 338
         #define DOGLCD_A0                  P0_16
339 339
         #define DOGLCD_SCK                 P0_07
340
-        #define DOGLCD_MOSI                P1_20
340
+        #define DOGLCD_MOSI                P0_09
341 341
 
342 342
         #define LCD_BACKLIGHT_PIN          -1
343 343
 

Loading…
Cancelar
Guardar