V4.4.19 update

This commit is contained in:
CChen616
2024-05-03 09:57:27 +08:00
parent d1d606ada4
commit 0ce78cc607
9 changed files with 173 additions and 22 deletions

View File

@@ -255,4 +255,8 @@ void refresh_page_auto_unload();
int get_mks_ethernet();
void set_mks_ethernet(int target);
std::string hex_to_utf8(const std::string& hex);
void check_print_interrupted();
#endif

View File

@@ -420,6 +420,15 @@
#define TJC_PAGE_INSTALLING 90
#define TJC_PAGE_AUTO_WARNING 91
#define TJC_PAGE_AUTO_WARNING_YES 0x00
#define TJC_PAGE_CALIBRATE_WARNING 92
#define TJC_PAGE_CALIBRATE_WARNING_NEXT 0x00
#define TJC_PAGE_CALIBRATE_WARNING_BACK 0x01
#define TJC_PAGE_RE_PRINTING 93
void parse_cmd_msg_from_tjc_screen(char *cmd);
void page_to(int page_id);
void tjc_event_clicked_handler(int page_id, int widget_id, int type_id);