Browse Source

Fix GTR CR10_STOCKDISPLAY pins (#18078)

thisiskeithb 5 years ago
parent
commit
59dfba3bb8
No account linked to committer's email address
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h

+ 5
- 5
Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h View File

@@ -320,13 +320,13 @@
320 320
 
321 321
   #if ENABLED(CR10_STOCKDISPLAY)
322 322
 
323
-    #define LCD_PINS_RS                     PA8
323
+    #define LCD_PINS_RS                     PG6
324 324
 
325
-    #define BTN_EN1                         PD10
326
-    #define BTN_EN2                         PH10
325
+    #define BTN_EN1                         PC10
326
+    #define BTN_EN2                         PG8
327 327
 
328
-    #define LCD_PINS_ENABLE                 PG7
329
-    #define LCD_PINS_D4                     PG8
328
+    #define LCD_PINS_ENABLE                 PG5
329
+    #define LCD_PINS_D4                     PG7
330 330
 
331 331
     //#undef ST7920_DELAY_1
332 332
     //#undef ST7920_DELAY_2

Loading…
Cancel
Save