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