Fix Cheetah pins alias (#17882)
This commit is contained in:
@ -175,13 +175,15 @@
|
||||
#if ENABLED(TOUCH_UI_FTDI_EVE)
|
||||
#define BEEPER_PIN EXPA1_10_PIN
|
||||
|
||||
#define BTN_EN2 EXPA1_08_PIN
|
||||
#define BTN_EN1 EXPA1_06_PIN
|
||||
|
||||
#define LCD_PINS_RS EXPA1_04_PIN
|
||||
|
||||
#define CLCD_SPI_BUS 2
|
||||
//#define CLCD_USE_SOFT_SPI
|
||||
#if ENABLED(CLCD_USE_SOFT_SPI)
|
||||
#define LCD_PINS_RS EXPA1_04_PIN
|
||||
#define LCD_PINS_D4 EXPA1_07_PIN
|
||||
#define LCD_PINS_ENABLE EXPA1_05_PIN
|
||||
#define LCD_PINS_ENABLE EXPA1_03_PIN
|
||||
#define LCD_PINS_SCK EXPA1_07_PIN
|
||||
#define LCD_PINS_D4 EXPA1_05_PIN
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user