Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GTR CR10_STOCKDISPLAY pins #18078

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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