#ifndef APP_LVGL_H #define APP_LVGL_H #include #include int app_lvgl_init(void); bool app_lvgl_lock(uint32_t timeout_ms); void app_lvgl_unlock(void); #endif // APP_LVGL_H