|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|