Fire_RT1052_Pro_LVGL/include/app_lvgl.h
Yilin Sun f067724cdf
Initial commit with LVGL.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-12-03 21:16:53 +08:00

8 lines
116 B
C

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