🎨 MKS hardware test followup (#22395)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Malderin
2021-07-20 23:07:32 +03:00
committed by GitHub
parent 2d4be74db9
commit a90968b0ce
3 changed files with 73 additions and 72 deletions

View File

@@ -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