Skip to content

Commit 4f54601

Browse files
tome9111991ptoal
authored andcommitted
✨ Ender-3 V2 Display for SKR E3 Turbo (MarlinFirmware#22229)
1 parent 6982c3e commit 4f54601

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h

+9-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,15 @@
201201
#define EXP1_09_PIN P0_16
202202
#define EXP1_10_PIN P2_08
203203

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
205213

206214
#if ENABLED(CR10_STOCKDISPLAY)
207215

0 commit comments

Comments
 (0)