🚸 Fix and improve MKS LVGL UI (#22783)
Co-authored-by: makerbase <4164049@qq.com> Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -458,8 +458,8 @@ void tft_style_init();
|
||||
extern char *creat_title_text();
|
||||
void preview_gcode_prehandle(char *path);
|
||||
void update_spi_flash();
|
||||
void update_gcode_command(int addr,uint8_t *s);
|
||||
void get_gcode_command(int addr,uint8_t *d);
|
||||
void update_gcode_command(int addr, uint8_t *s);
|
||||
void get_gcode_command(int addr, uint8_t *d);
|
||||
void lv_serial_capt_hook(void *, uint8_t);
|
||||
void lv_eom_hook(void *);
|
||||
#if HAS_GCODE_PREVIEW
|
||||
|
||||
Reference in New Issue
Block a user