CR-10 Stock Display for SKR Mini 1.1 (#15215)
This commit is contained in:
parent
ff482a3247
commit
66338ed515
@ -106,6 +106,18 @@
|
|||||||
#if HAS_SPI_LCD
|
#if HAS_SPI_LCD
|
||||||
#define BEEPER_PIN PC10
|
#define BEEPER_PIN PC10
|
||||||
#define BTN_ENC PC11
|
#define BTN_ENC PC11
|
||||||
|
|
||||||
|
#if ENABLED(CR10_STOCKDISPLAY)
|
||||||
|
#define LCD_PINS_RS PC15
|
||||||
|
|
||||||
|
#define BTN_EN1 PB6
|
||||||
|
#define BTN_EN2 PC13
|
||||||
|
|
||||||
|
#define LCD_PINS_ENABLE PC14
|
||||||
|
#define LCD_PINS_D4 PB7
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
#define LCD_PINS_RS PC12
|
#define LCD_PINS_RS PC12
|
||||||
|
|
||||||
#define BTN_EN1 PD2
|
#define BTN_EN1 PD2
|
||||||
@ -153,6 +165,8 @@
|
|||||||
|
|
||||||
#endif // !FYSETC_MINI_12864
|
#endif // !FYSETC_MINI_12864
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // HAS_SPI_LCD
|
#endif // HAS_SPI_LCD
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user