Skip to content

Commit

Permalink
Fix GTR CR10_STOCKDISPLAY pins (MarlinFirmware#18078)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and vgadreau committed May 29, 2020
1 parent 11791e2 commit b08d5f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b08d5f1

Please sign in to comment.