What do you want to achieve?
I am working with a memory constrained device which is loading assets from external QSPI Flash. I see that the generated code from SLS will load and buffer all the assets on startup. In order to limit RAM usage, it would be nice to only load the assets on a transition or whenever they’re needed, then free them when transitioning again. I understand this will increase latency between screen transitions but the tradeoff is acceptable in my case.
Do you see alternative options and workaround to achieve it?
I am currently scripting changes to the generated C code from SLS. (Just had a thought, might be nice to support custom script execution as part of the export ui process. I need to concatenate all the binaries for instance)