|
|
|
@ -250,7 +250,7 @@
|
|
|
|
|
#define LCD_PINS_ENABLE P1_23
|
|
|
|
|
#define LCD_PINS_D4 P1_21
|
|
|
|
|
|
|
|
|
|
#elif HAS_GRAPHICAL_LCD
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
|
|
#define BTN_ENC P0_28 // (58) open-drain
|
|
|
|
|
#define LCD_PINS_RS P1_19
|
|
|
|
@ -312,14 +312,14 @@
|
|
|
|
|
|
|
|
|
|
#endif // !FYSETC_MINI_12864
|
|
|
|
|
|
|
|
|
|
#elif HAS_CHARACTER_LCD
|
|
|
|
|
|
|
|
|
|
#error "Character LCD not yet supported for SKR 1.4."
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
#endif // HAS_GRAPHICAL_LCD
|
|
|
|
|
|
|
|
|
|
#endif // HAS_SPI_LCD
|
|
|
|
|
|
|
|
|
|
#if HAS_ADC_BUTTONS
|
|
|
|
|
#error "ADC BUTTONS do not work unmodifed on SKR 1.4, The ADC ports cannot take more than 3.3v."
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// Neopixel LED
|
|
|
|
|
//
|
|
|
|
|