소스 검색

✨ Ender-3 V2 Display for SKR E3 Turbo (#22229)

tome9111991 4 년 전
부모
커밋
e00407d820
No account linked to committer's email address
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9
    1
      Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h

+ 9
- 1
Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h 파일 보기

@@ -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
 

Loading…
취소
저장