Marlin 2.0 for Flying Bear 4S/5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
289 B

#ifndef MKS_WIFI_UI_H
#define MKS_WIFI_UI_H
#include "../../MarlinCore.h"
#if ENABLED(TFT_480x320) || ENABLED(TFT_480x320_SPI)
void mks_update_status(char *filename,uint32_t current_filesize, uint32_t file_size);
void mks_end_transmit(void);
void mks_upload_screen(void);
#endif
#endif