hunting/external/lvgl_simulator/modify/lvgl_main.h
2024-06-15 08:30:24 +08:00

11 lines
229 B
C

#ifndef LVGL_MAIN_H
#define LVGL_MAIN_H
#ifdef __cplusplus
extern "C"
{
#endif
int mainTest(const unsigned int width, const unsigned int height, void (*appInit)());
#ifdef __cplusplus
}
#endif
#endif // !LVGL_MAIN_H