Fire_RT1021_Watch/include/app_lvgl.h

12 lines
199 B
C

#ifndef APP_LVGL_H
#define APP_LVGL_H
#include <stdbool.h>
#include <stdint.h>
int app_lvgl_init(void);
bool app_lvgl_lock(uint32_t timeout_ms);
void app_lvgl_unlock(void);
#endif // APP_LVGL_H