Ender-3 V2 with Jyers UI (#22422)

This commit is contained in:
Jyers
2021-09-06 21:06:27 -07:00
committed by Scott Lahteine
parent 9d73fcb959
commit 54416f780d
29 changed files with 6575 additions and 40 deletions

View File

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

View File

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

View File

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