Support just copying assets to output folder on export for micropython

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.

Hi, thanks for the suggestion. You are correct, the option to simply copy assets directly to the output folder is not currently available for the MicroPython export. This is a very valid feature request. We have added this to our development backlog for future consideration. Thank you for the feedback!