Hi All,
I have a core S3 and I am trying to design multiple screens like in UI Flow 1, but how do I do the same in UI Flow 2?
How can I have multiple canvas in Micropython?
And then swtich between the canvas?
Hi All,
I have a core S3 and I am trying to design multiple screens like in UI Flow 1, but how do I do the same in UI Flow 2?
How can I have multiple canvas in Micropython?
And then swtich between the canvas?
Hi everyone, I'm working with the M5Stack Core S3 and UI Flow 2. I’m wondering if there’s a button component available that works specifically with this model, within the UI Flow environment. Any guidance on integrating a button with the Core S3 using UI Flow 2 would be greatly appreciated. Thanks!
Hi, Just looking for a simple function or code to center the text inside Core S3 for UiFlow Micropython.
Widgets.Label doesn't have any centering as far as I can tell.
I'm encountering a frustrating issue with my M5Stack Core S3 where the SD card is not being detected while I'm running MicroPython scripts. I've attempted to initialize the SD card using the standard machine and sdcard modules, ensuring that the SPI setup and pin configurations are correct based on the documentation.
This issue has returned for Ui Flow 2.
[Errno 22] EINVAL
E (705271) spi: spi_bus_initialize(758): SPI bus already initialized.
Traceback (most recent call last):
File "<stdin>", line 13, in <module>
File "<stdin>", line 8, in setup
File "hardware/sdcard.py", line 21, in sdcard
OSError: (-259, 'ESP_ERR_INVALID_STATE')
Any possible solutions?