Browse Source

CR-10 Stock Display for SKR Mini 1.1 (#15215)

pull/1/head
thisiskeithb 5 years ago
committed by Scott Lahteine
parent
commit
66338ed515
  1. 14
      Marlin/src/pins/stm32/pins_BIGTREE_SKR_MINI_V1_1.h

14
Marlin/src/pins/stm32/pins_BIGTREE_SKR_MINI_V1_1.h

@ -106,6 +106,18 @@
#if HAS_SPI_LCD
#define BEEPER_PIN PC10
#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 BTN_EN1 PD2
@ -153,6 +165,8 @@
#endif // !FYSETC_MINI_12864
#endif
#endif // HAS_SPI_LCD
//

Loading…
Cancel
Save