Sfoglia il codice sorgente

Added MKS MINI 12864 support to FYSETC F6 V1.3 (#12656)

Kadah 6 anni fa
parent
commit
d35dcafa3d
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5
    0
      Marlin/src/pins/pins_FYSETC_F6_13.h

+ 5
- 0
Marlin/src/pins/pins_FYSETC_F6_13.h Vedi File

@@ -197,4 +197,9 @@
197 197
   #define BTN_EN1          31
198 198
   #define BTN_EN2          33
199 199
   #define BTN_ENC          35
200
+
201
+  #if ENABLED(MKS_MINI_12864)
202
+    #define DOGLCD_A0      27
203
+    #define DOGLCD_CS      25
204
+  #endif
200 205
 #endif

Loading…
Annulla
Salva