|
@@ -201,7 +201,15 @@
|
201
|
201
|
#define EXP1_09_PIN P0_16
|
202
|
202
|
#define EXP1_10_PIN P2_08
|
203
|
203
|
|
204
|
|
-#if HAS_WIRED_LCD
|
|
204
|
+#if ENABLED(DWIN_CREALITY_LCD)
|
|
205
|
+ #error "DWIN_CREALITY_LCD requires a custom cable with TX = P0_15, RX = P0_16, and LCD_SERIAL_PORT 1. Comment out this line to continue."
|
|
206
|
+
|
|
207
|
+ #define BEEPER_PIN EXP1_10_PIN
|
|
208
|
+ #define BTN_EN1 EXP1_03_PIN
|
|
209
|
+ #define BTN_EN2 EXP1_04_PIN
|
|
210
|
+ #define BTN_ENC EXP1_06_PIN
|
|
211
|
+
|
|
212
|
+#elif HAS_WIRED_LCD
|
205
|
213
|
|
206
|
214
|
#if ENABLED(CR10_STOCKDISPLAY)
|
207
|
215
|
|