#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