Fire_RT1052_Pro_LVGL/include/app_lvgl.h

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