✨ Ender-3 V2 with Jyers UI (#22422)
This commit is contained in:
@ -266,7 +266,7 @@
|
||||
#define EXP2_09_PIN P0_15
|
||||
#define EXP2_10_PIN P0_17
|
||||
|
||||
#if EITHER(DWIN_CREALITY_LCD, IS_DWIN_MARLINUI)
|
||||
#if EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
|
||||
|
||||
// RET6 DWIN ENCODER LCD
|
||||
#define BTN_ENC EXP1_06_PIN
|
||||
|
@ -197,8 +197,8 @@
|
||||
#define EXP1_09_PIN P0_16
|
||||
#define EXP1_10_PIN P2_08
|
||||
|
||||
#if ENABLED(DWIN_CREALITY_LCD)
|
||||
#error "DWIN_CREALITY_LCD requires a custom cable with TX = P0_15, RX = P0_16. Comment out this line to continue."
|
||||
#if EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
|
||||
#error "Ender-3 V2 display requires a custom cable with TX = P0_15, RX = P0_16. Comment out this line to continue."
|
||||
|
||||
/**
|
||||
* Ender 3 V2 display SKR E3 Turbo (EXP1) Ender 3 V2 display --> SKR E3 Turbo
|
||||
|
@ -134,7 +134,7 @@
|
||||
#define EXP1_3 PB7
|
||||
#endif
|
||||
|
||||
#if EITHER(DWIN_CREALITY_LCD, IS_DWIN_MARLINUI)
|
||||
#if EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
|
||||
/**
|
||||
* ------ ------ ------
|
||||
* VCC | 1 2 | GND VCC | 1 2 | GND GND | 2 1 | VCC
|
||||
|
@ -186,7 +186,7 @@
|
||||
#error "Define RET6_12864_LCD or VET6_12864_LCD to select pins for CR10_STOCKDISPLAY with the Creality V4 controller."
|
||||
#endif
|
||||
|
||||
#elif EITHER(DWIN_CREALITY_LCD, IS_DWIN_MARLINUI)
|
||||
#elif EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
|
||||
|
||||
// RET6 DWIN ENCODER LCD
|
||||
#define BTN_ENC PB14
|
||||
|
@ -216,7 +216,7 @@
|
||||
#define BTN_EN1 EXP1_08_PIN
|
||||
#define BTN_EN2 EXP1_06_PIN
|
||||
|
||||
#elif EITHER(DWIN_CREALITY_LCD, IS_DWIN_MARLINUI)
|
||||
#elif EITHER(HAS_DWIN_E3V2, IS_DWIN_MARLINUI)
|
||||
|
||||
// RET6 DWIN ENCODER LCD
|
||||
#define BTN_ENC PB14
|
||||
|
Reference in New Issue
Block a user