From 608a6810e74ff425b564014dd3d956147ced245f Mon Sep 17 00:00:00 2001 From: Greg Nutt Date: Wed, 20 Feb 2019 19:08:49 -0500 Subject: [PATCH] Fix DOGLCD_A0 pin in pins_Smoothieboard.h (#13217) --- Marlin/src/pins/pins_SMOOTHIEBOARD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/pins_SMOOTHIEBOARD.h b/Marlin/src/pins/pins_SMOOTHIEBOARD.h index 84242ce4f0..ad870a9e23 100644 --- a/Marlin/src/pins/pins_SMOOTHIEBOARD.h +++ b/Marlin/src/pins/pins_SMOOTHIEBOARD.h @@ -98,12 +98,12 @@ #if ENABLED(VIKI2) || ENABLED(miniVIKI) #define BEEPER_PIN P1_31 - //#define DOGLCD_A0 P2_06 + #define DOGLCD_A0 P2_11 #define DOGLCD_CS P0_16 #define BTN_EN1 P3_25 #define BTN_EN2 P3_26 - #define BTN_ENC P2_11 + #define BTN_ENC P1_30 #define SD_DETECT_PIN P1_18 #define SDSS P1_21