File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 182182#endif
183183
184184/**
185- * _____
186- * 5V | 1 2 | GND
187- * (LCD_EN) P0_18 | 3 4 | P0_17 (LCD_RS)
188- * (LCD_D4) P0_15 | 5 6 P0_20 (BTN_EN2)
189- * RESET | 7 8 | P0_19 (BTN_EN1)
190- * (BTN_ENC) P0_16 | 9 10| P2_08 (BEEPER)
191- * -----
185+ * ______
186+ * 5V | 1 2 | GND
187+ * (LCD_EN) P0_18 | 3 4 | P0_17 (LCD_RS)
188+ * (LCD_D4) P0_15 | 5 6 P0_20 (BTN_EN2)
189+ * RESET | 7 8 | P0_19 (BTN_EN1)
190+ * (BTN_ENC) P0_16 | 9 10 | P2_08 (BEEPER)
191+ * ------
192192 * EXP
193193 */
194194
204204#if ENABLED (DWIN_CREALITY_LCD )
205205 #error "DWIN_CREALITY_LCD requires a custom cable with TX = P0_15, RX = P0_16. Comment out this line to continue."
206206
207+ /**
208+ * Ender 3 V2 display SKR E3 Turbo (EXP1) Ender 3 V2 display --> SKR E3 Turbo
209+ * ______ ______ RX 8 --> 5 P0_15
210+ * 5V | 1 2 | GND 5V | 1 2 | GND TX 7 --> 9 P0_16
211+ * (BTN_E1) A | 3 4 | B (BTN_E2) (LCD_EN) P0_18 | 3 4 | P0_17 (LCD_RS) BEEPER 5 --> 10 P2_08
212+ * BEEPER | 5 6 ENT (BTN_ENC) (LCD_D4) P0_15 | 5 6 P0_20 (BTN_EN2)
213+ * (SKR_RX1) TX | 7 8 | RX (SKR_TX1) Reset | 7 8 | P0_19 (BTN_EN1)
214+ * NC | 9 10 | NC (BTN_ENC) P0_16 | 9 10 | P2_08 (BEEPER)
215+ * ------ ------
216+ */
217+
207218 #define BEEPER_PIN EXP1_10_PIN
208219 #define BTN_EN1 EXP1_03_PIN
209220 #define BTN_EN2 EXP1_04_PIN
You can’t perform that action at this time.
0 commit comments