Fix SKR E3 DIP pin CLCD_SPI_CS (#20078)
This commit is contained in:
parent
a70fdfaeba
commit
6ce1eeb4ae
|
@ -264,7 +264,7 @@
|
||||||
#define BEEPER_PIN PB6
|
#define BEEPER_PIN PB6
|
||||||
|
|
||||||
#define CLCD_MOD_RESET PA9
|
#define CLCD_MOD_RESET PA9
|
||||||
#define CLCD_SPI_CS PA8
|
#define CLCD_SPI_CS PB8
|
||||||
|
|
||||||
#endif // TOUCH_UI_FTDI_EVE && LCD_FYSETC_TFT81050
|
#endif // TOUCH_UI_FTDI_EVE && LCD_FYSETC_TFT81050
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue