Improvements & fixes (#589)

This commit is contained in:
Ken Van Hoeylandt
2026-07-26 21:26:52 +02:00
committed by GitHub
parent b98a813f3c
commit f21c0df6fe
12 changed files with 143 additions and 29 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void lvgl_devices_detach() {
lv_disp_t* display = lv_disp_get_next(NULL);
while (display != NULL) {
lv_display_delete(display);
lvgl_display_remove(display);
display = lv_disp_get_next(NULL);
}