Skip to content

Commit

Permalink
uasyncio_example1: Update function names.
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-anl committed Oct 22, 2024
1 parent 100cae5 commit 2cb8755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/uasyncio_example1.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
aiorepl = None

seed(ticks_us())
lv.init()

event_loop = lv_utils.event_loop(asynchronous=True)


##################################################################################################
# Display initialization
Expand All @@ -49,8 +51,6 @@
disp_drv = lv.sdl_window_create(HOR_RES, VER_RES)
mouse = lv.sdl_mouse_create()

event_loop = lv_utils.event_loop(asynchronous=True)

except AttributeError:
pass

Expand Down

0 comments on commit 2cb8755

Please sign in to comment.