Replies: 2 comments 2 replies
-
Download from official LVGL binding lv_utils.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Asyncio() would also be useful for getting upytest & umock working. I also
don't really care about the speed, just the ability to more easily run some
code that claims to work with micropython.
https://github.com/pyscript/upytest
https://github.com/pyscript/umock
From REPL
>> *help("modules")*
I only see _asyncio as a module.
=-=-=-
Mark
…On Fri, Jun 13, 2025 at 9:35 PM Viktor Vorobjov ***@***.***> wrote:
Some people want to use Anyncio for some processes - not a problem, that
works.
—
Reply to this email directly, view it on GitHub
<#384 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFOJBHCYWDFT4KJGOM3FFL3DOQ77AVCNFSM6AAAAAB7IDVPBGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBWGY4TMMY>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<lvgl-micropython/lvgl_micropython/repo-discussions/384/comments/13466963@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'am using the bindings for a Cheap-Yellow-Display.
How do I have to initialize LVGL to make it work with asyncio?
Here's a simple program which runs on the CYD.
How would I have to modify it if I want to add asyncio stuff?
Beta Was this translation helpful? Give feedback.
All reactions