Browse Source

Fix GTR CR10_STOCKDISPLAY pins (#18078)

vanilla_fb_2.0.x
thisiskeithb 4 years ago
committed by GitHub
parent
commit
59dfba3bb8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h

10
Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h

@ -320,13 +320,13 @@
#if ENABLED(CR10_STOCKDISPLAY)
#define LCD_PINS_RS PA8
#define LCD_PINS_RS PG6
#define BTN_EN1 PD10
#define BTN_EN2 PH10
#define BTN_EN1 PC10
#define BTN_EN2 PG8
#define LCD_PINS_ENABLE PG7
#define LCD_PINS_D4 PG8
#define LCD_PINS_ENABLE PG5
#define LCD_PINS_D4 PG7
//#undef ST7920_DELAY_1
//#undef ST7920_DELAY_2

Loading…
Cancel
Save