Skip to content

Commit

Permalink
fix(init/deinit): Properly init/deinit lvgl module.
Browse files Browse the repository at this point in the history
Properly handle root pointers on lvgl init/deinit which fixes
init error after a soft reset (see lvgl#343).
  • Loading branch information
pi-anl committed Oct 18, 2024
1 parent 62d48ec commit 58406e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/lv_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,3 @@ async def async_timer(self):

def default_exception_sink(self, e):
sys.print_exception(e)
event_loop.current_instance().deinit()

0 comments on commit 58406e6

Please sign in to comment.