|
@@ -250,7 +250,7 @@
|
250
|
250
|
#define LCD_PINS_ENABLE P1_23
|
251
|
251
|
#define LCD_PINS_D4 P1_21
|
252
|
252
|
|
253
|
|
- #elif HAS_GRAPHICAL_LCD
|
|
253
|
+ #else
|
254
|
254
|
|
255
|
255
|
#define BTN_ENC P0_28 // (58) open-drain
|
256
|
256
|
#define LCD_PINS_RS P1_19
|
|
@@ -312,14 +312,14 @@
|
312
|
312
|
|
313
|
313
|
#endif // !FYSETC_MINI_12864
|
314
|
314
|
|
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
|
320
|
316
|
|
321
|
317
|
#endif // HAS_SPI_LCD
|
322
|
318
|
|
|
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
|
+
|
323
|
323
|
//
|
324
|
324
|
// Neopixel LED
|
325
|
325
|
//
|