🚸 JyersUI updates (#24451)
This commit is contained in:
parent
58048e7748
commit
509dfe92d0
32 changed files with 4336 additions and 984 deletions
|
|
@ -38,6 +38,8 @@
|
|||
#elif ENABLED(DWIN_LCD_PROUI)
|
||||
#include "../../lcd/e3v2/proui/dwin_popup.h"
|
||||
#include "../../lcd/e3v2/proui/dwin.h"
|
||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
|
||||
#include "../../lcd/e3v2/jyersui/dwin.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||
|
|
@ -76,6 +78,8 @@ void GcodeSuite::M0_M1() {
|
|||
DWIN_Popup_Confirm(ICON_BLTouch, parser.string_arg, GET_TEXT_F(MSG_USERWAIT));
|
||||
else
|
||||
DWIN_Popup_Confirm(ICON_BLTouch, GET_TEXT_F(MSG_STOPPED), GET_TEXT_F(MSG_USERWAIT));
|
||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
|
||||
CrealityDWIN.Confirm_Handler(UserInput, parser.string_arg == nullptr);
|
||||
#else
|
||||
|
||||
if (parser.string_arg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue