🎨 MKS hardware test followup (#22395)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -26,17 +26,14 @@
|
||||
#include <lvgl.h>
|
||||
|
||||
// Functions for MKS_TEST
|
||||
#if ENABLED(MKS_TEST)
|
||||
void mks_gpio_test();
|
||||
#if BOTH(MKS_TEST, SDSUPPORT)
|
||||
void mks_hardware_test();
|
||||
void mks_test_get();
|
||||
void mks_gpio_test();
|
||||
extern uint8_t mks_test_flag;
|
||||
#endif
|
||||
|
||||
// String display and assets
|
||||
void disp_string(uint16_t x, uint16_t y, const char * string, uint16_t charColor, uint16_t bkColor);
|
||||
void disp_assets_update();
|
||||
void disp_assets_update_progress(const char *msg);
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
extern uint8_t mks_test_flag;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user