Skip to content

Commit

Permalink
Fix GTR CR10_STOCKDISPLAY pins
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed May 23, 2020
1 parent dde8fb9 commit a3266da
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 a3266da

Please sign in to comment.