浏览代码

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

tome9111991 4 年前
父节点
当前提交
e00407d820
没有帐户链接到提交者的电子邮件
共有 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
 

正在加载...
取消
保存