Bläddra i källkod

Clean up SKR pins

Scott Lahteine 6 år sedan
förälder
incheckning
e43afb1a58
1 ändrade filer med 19 tillägg och 19 borttagningar
  1. 19
    19
      Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h

+ 19
- 19
Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h Visa fil

@@ -177,33 +177,33 @@
177 177
 |               EXP2                                              EXP1
178 178
 */
179 179
 #if ENABLED(ULTRA_LCD)
180
-  #define BEEPER_PIN        P1_30   // (37) not 5V tolerant
181
-  #define BTN_ENC           P0_28   // (58) open-drain
180
+  #define BEEPER_PIN       P1_30   // (37) not 5V tolerant
181
+  #define BTN_ENC          P0_28   // (58) open-drain
182 182
 
183 183
   #if ENABLED(CR10_STOCKDISPLAY)
184
-    #define LCD_PINS_RS     P1_22
184
+    #define LCD_PINS_RS    P1_22
185 185
 
186
-    #define BTN_EN1         P1_18
187
-    #define BTN_EN2         P1_20
186
+    #define BTN_EN1        P1_18
187
+    #define BTN_EN2        P1_20
188 188
 
189 189
     #define LCD_PINS_ENABLE P1_23
190
-    #define LCD_PINS_D4     P1_21
190
+    #define LCD_PINS_D4    P1_21
191 191
 
192 192
   #else
193
-    #define LCD_PINS_RS     P1_19
193
+    #define LCD_PINS_RS    P1_19
194 194
 
195
-    #define BTN_EN1         P3_26   // (31) J3-2 & AUX-4
196
-    #define BTN_EN2         P3_25   // (33) J3-4 & AUX-4
195
+    #define BTN_EN1        P3_26   // (31) J3-2 & AUX-4
196
+    #define BTN_EN2        P3_25   // (33) J3-4 & AUX-4
197 197
 
198 198
     #define LCD_PINS_ENABLE P1_18
199
-    #define LCD_PINS_D4     P1_20
199
+    #define LCD_PINS_D4    P1_20
200 200
 
201
-    #define LCD_SDSS        P0_16   // (16) J3-7 & AUX-4
202
-    #define SD_DETECT_PIN   P1_31   // (49) (NOT 5V tolerant)
201
+    #define LCD_SDSS       P0_16   // (16) J3-7 & AUX-4
202
+    #define SD_DETECT_PIN  P1_31   // (49) (NOT 5V tolerant)
203 203
 
204 204
     #if ENABLED(FYSETC_MINI_12864)
205
-      #define DOGLCD_CS     P1_18
206
-      #define DOGLCD_A0     P1_19
205
+      #define DOGLCD_CS    P1_18
206
+      #define DOGLCD_A0    P1_19
207 207
 
208 208
       #define LCD_BACKLIGHT_PIN -1
209 209
 
@@ -243,14 +243,14 @@
243 243
     #else // !FYSETC_MINI_12864
244 244
 
245 245
       #if ENABLED(MKS_MINI_12864)
246
-        #define DOGLCD_CS     P1_21
247
-        #define DOGLCD_A0     P1_22
246
+        #define DOGLCD_CS  P1_21
247
+        #define DOGLCD_A0  P1_22
248 248
       #endif
249 249
 
250 250
       #if ENABLED(ULTIPANEL)
251
-        #define LCD_PINS_D5   P1_21
252
-        #define LCD_PINS_D6   P1_22
253
-        #define LCD_PINS_D7   P1_23
251
+        #define LCD_PINS_D5 P1_21
252
+        #define LCD_PINS_D6 P1_22
253
+        #define LCD_PINS_D7 P1_23
254 254
       #endif
255 255
 
256 256
     #endif // !FYSETC_MINI_12864

Laddar…
Avbryt
Spara