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
+1 -2
View File
@@ -40,8 +40,7 @@ struct LvglModuleConfig {
/**
* @brief Configures the LVGL module.
*
* @warning This must be called before starting the module.
* @warning Must not be called when module is started.
* @param config The configuration to apply.
*/
void lvgl_module_configure(struct LvglModuleConfig config);