#Hey team I ve been playing with a
1 messages ยท Page 1 of 1 (latest)
Here is a video to show how the ScrollingLabel blocks while the HTTP request is in flight
@lean pine wondering if you'd know much about this, by chance? ๐
As far as I am aware it's not possible currently to have the network request not interrupt other things like the updating the display.
There is some work beginning in the core on asyncio. I'm not certain of the details, perhaps that could allow some new behaviors not currently possible.
The only thing I can think of is to use a seperate microcontroller entirely for the network and communicate over UART or similar to send data to the one driving the screen only when it's available and ready to be shown