ESP32_Weather/main/include/app_lvgl.h

10 lines
151 B
C

#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