Im using micropython.
I’m loading my images dynamically(the controller is very memory-limited, cannot load everything at once).
I cannot load ui.py → ui_images.py in runtime - it fails with “cannot allocate”
Can you please add option to just copy assets to export output folder so i can load them manually? Currently the only Image export option is “source code”.
Yes, it can be done manually, but it means that i have to edit ui.py after every export.