mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fix compile errors
This commit is contained in:
parent
81c595c80b
commit
7229ce27e7
@ -27,6 +27,8 @@ File pFileOut;
|
||||
#if ESP32
|
||||
static SemaphoreHandle_t xGuiSemaphore = NULL;
|
||||
static TaskHandle_t g_lvgl_task_handle;
|
||||
|
||||
esp_err_t gui_setup_lvgl_task(void);
|
||||
#endif
|
||||
|
||||
#define LVGL_TICK_PERIOD 20
|
||||
|
@ -63,12 +63,11 @@ void gui_antiburn_cb(lv_disp_drv_t* disp, const lv_area_t* area, lv_color_t* col
|
||||
/* ===== Locks ===== */
|
||||
bool gui_acquire(void);
|
||||
void gui_release(void);
|
||||
esp_err_t gui_setup_lvgl_task();
|
||||
|
||||
/* ===== Read/Write Configuration ===== */
|
||||
#if HASP_USE_CONFIG > 0
|
||||
bool guiGetConfig(const JsonObject& settings);
|
||||
bool guiSetConfig(const JsonObject& settings);
|
||||
#endif
|
||||
#endif // HASP_USE_CONFIG
|
||||
|
||||
#endif
|
||||
#endif // HASP_GUI_H
|
Loading…
x
Reference in New Issue
Block a user