#ifndef APP_LVGL_H #define APP_LVGL_H int app_lvgl_init(void); uint32_t app_lvgl_ticks(void); #endif //APP_LVGL_H