From d35dcafa3ddcc49e0cbc0050105c1a4f066ec88f Mon Sep 17 00:00:00 2001 From: Kadah Date: Thu, 20 Dec 2018 14:10:49 -0800 Subject: [PATCH] Added MKS MINI 12864 support to FYSETC F6 V1.3 (#12656) --- Marlin/src/pins/pins_FYSETC_F6_13.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Marlin/src/pins/pins_FYSETC_F6_13.h b/Marlin/src/pins/pins_FYSETC_F6_13.h index d343e82f5..fd39e233a 100644 --- a/Marlin/src/pins/pins_FYSETC_F6_13.h +++ b/Marlin/src/pins/pins_FYSETC_F6_13.h @@ -197,4 +197,9 @@ #define BTN_EN1 31 #define BTN_EN2 33 #define BTN_ENC 35 + + #if ENABLED(MKS_MINI_12864) + #define DOGLCD_A0 27 + #define DOGLCD_CS 25 + #endif #endif