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

@ -195,7 +195,7 @@ namespace ExtUI {
#endif
inline void simulateUserClick() {
#if EITHER(HAS_LCD_MENU, EXTENSIBLE_UI)
#if ANY(HAS_LCD_MENU, EXTENSIBLE_UI, DWIN_CREALITY_LCD_JYERSUI)
ui.lcd_clicked = true;
#endif
}