File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 261261 #define LCD_PINS_ENABLE EXPA1_03_PIN
262262 #define LCD_PINS_D4 EXPA1_05_PIN
263263
264+ #elif HAS_ADC_BUTTONS
265+
266+ #error "ADC BUTTONS do not work unmodifed on SKR 1.3, The ADC ports cannot take more than 3.3v."
267+
264268 #else // !CR10_STOCKDISPLAY
265269
266270 #define LCD_PINS_RS EXPA1_07_PIN
Original file line number Diff line number Diff line change 250250 #define LCD_PINS_ENABLE P1_23
251251 #define LCD_PINS_D4 P1_21
252252
253- #elif HAS_GRAPHICAL_LCD
253+ #else
254254
255255 #define BTN_ENC P0_28 // (58) open-drain
256256 #define LCD_PINS_RS P1_19
312312
313313 #endif // !FYSETC_MINI_12864
314314
315- #elif HAS_CHARACTER_LCD
316-
317- #error "Character LCD not yet supported for SKR 1.4."
318-
319- #endif
315+ #endif // HAS_GRAPHICAL_LCD
320316
321317#endif // HAS_SPI_LCD
322318
319+ #if HAS_ADC_BUTTONS
320+ #error "ADC BUTTONS do not work unmodifed on SKR 1.4, The ADC ports cannot take more than 3.3v."
321+ #endif
322+
323323//
324324// Neopixel LED
325325//
You can’t perform that action at this time.
0 commit comments