From 58406e63f7f2dab56ba121ec88f4613dbf92ba79 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Fri, 18 Oct 2024 12:56:44 +1100 Subject: [PATCH] fix(init/deinit): Properly init/deinit lvgl module. Properly handle root pointers on lvgl init/deinit which fixes init error after a soft reset (see #343). --- lib/lv_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lv_utils.py b/lib/lv_utils.py index 83d3fe95c..259074e3a 100644 --- a/lib/lv_utils.py +++ b/lib/lv_utils.py @@ -180,4 +180,3 @@ async def async_timer(self): def default_exception_sink(self, e): sys.print_exception(e) - event_loop.current_instance().deinit()