Browse Source

Cleanup AZTEEG_X5_GT pins for VIKI

What should the SD detect and SDSS pins be? Followup soon on #8138
Scott Lahteine 6 years ago
parent
commit
b6747c742a
1 changed files with 11 additions and 12 deletions
  1. 11
    12
      Marlin/src/pins/pins_AZTEEG_X5_GT.h

+ 11
- 12
Marlin/src/pins/pins_AZTEEG_X5_GT.h View File

@@ -93,23 +93,22 @@
93 93
 //
94 94
 
95 95
 #if ENABLED(VIKI2) || ENABLED(miniVIKI)
96
-    #define BEEPER_PIN        P1_30
97
-    #define DOGLCD_A0         P2_06
98
-    #define DOGLCD_CS         P0_16
96
+  #define BEEPER_PIN       P1_30
97
+  #define DOGLCD_A0        P2_06
98
+  #define DOGLCD_CS        P0_16
99 99
 
100
-    #define BTN_EN1           P3_25
101
-    #define BTN_EN2           P3_26
102
-    #define BTN_ENC           P2_11
100
+  #define BTN_EN1          P3_25
101
+  #define BTN_EN2          P3_26
102
+  #define BTN_ENC          P2_11
103 103
 
104
-    #define SD_DETECT_PIN     -1   // Pin 49 for display sd interface, 72 for easy adapter board
104
+  //#define SD_DETECT_PIN    P1_18
105
+  //#define SDSS             P1_21
105 106
 
106
-    #define KILL_PIN          -1
107
-
108
-    #define STAT_LED_RED_PIN  P0_26
109
-    #define STAT_LED_BLUE_PIN P1_21
107
+  #define STAT_LED_RED_PIN P0_26
108
+  #define STAT_LED_BLUE_PIN P1_21
110 109
 #endif
111 110
 
112 111
 //
113 112
 // Servo
114 113
 //
115
-#define SERVO0_PIN        P1_23
114
+#define SERVO0_PIN         P1_23

Loading…
Cancel
Save