Browse Source

Fix DOGLCD_A0 pin in pins_Smoothieboard.h (#13217)

Greg Nutt 5 years ago
parent
commit
608a6810e7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/pins_SMOOTHIEBOARD.h

+ 2
- 2
Marlin/src/pins/pins_SMOOTHIEBOARD.h View File

98
 #if ENABLED(VIKI2) || ENABLED(miniVIKI)
98
 #if ENABLED(VIKI2) || ENABLED(miniVIKI)
99
 
99
 
100
   #define BEEPER_PIN       P1_31
100
   #define BEEPER_PIN       P1_31
101
-  //#define DOGLCD_A0      P2_06
101
+  #define DOGLCD_A0        P2_11
102
   #define DOGLCD_CS        P0_16
102
   #define DOGLCD_CS        P0_16
103
 
103
 
104
   #define BTN_EN1          P3_25
104
   #define BTN_EN1          P3_25
105
   #define BTN_EN2          P3_26
105
   #define BTN_EN2          P3_26
106
-  #define BTN_ENC          P2_11
106
+  #define BTN_ENC          P1_30
107
 
107
 
108
   #define SD_DETECT_PIN    P1_18
108
   #define SD_DETECT_PIN    P1_18
109
   #define SDSS             P1_21
109
   #define SDSS             P1_21

Loading…
Cancel
Save