Browse Source

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

Kadah 6 years ago
parent
commit
d35dcafa3d
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Marlin/src/pins/pins_FYSETC_F6_13.h

+ 5
- 0
Marlin/src/pins/pins_FYSETC_F6_13.h View 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…
Cancel
Save