#ifndef APP_LVGL_H #define APP_LVGL_H #include int app_lvgl_init(void); int app_lvgl_lock(uint32_t ms); int app_lvgl_unlock(void); #endif