thisiskeithb
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
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
|
|
|
|