Fixes and improvements: LVGL, services and kernel symbols (#587)

This commit is contained in:
Ken Van Hoeylandt
2026-07-26 13:21:13 +02:00
committed by GitHub
parent d4ef83e316
commit cd2d9d6158
12 changed files with 108 additions and 41 deletions
+3 -1
View File
@@ -6,8 +6,11 @@
#include <lvgl/lvgl.h>
#include <lvgl/module.h>
#include <tactility/error.h>
#include <tactility/log.h>
#include <tactility/time.h>
#define TAG "lvgl_esp32"
extern struct LvglModuleConfig lvgl_module_config;
extern void lvgl_devices_attach();
extern void lvgl_devices_detach();
@@ -67,7 +70,6 @@ error_t lvgl_arch_stop() {
}
initialized = false;
return ERROR_NONE;
}