ESP32_Weather/main/include/app_lvgl.h

10 lines
151 B
C
Raw Normal View History

2022-07-30 15:44:15 +00:00
#ifndef APP_LVGL_H
#define APP_LVGL_H
#include <stdint.h>
int app_lvgl_init(void);
int app_lvgl_lock(uint32_t ms);
int app_lvgl_unlock(void);
#endif