I'd like to give my users the ability to chose skins at run-time. Is there a way to divert the calls to get button images from internal/external FLASH and load them from the an external source like an SD Card?
I'm pretty new to STM32 & TouchGFX. I'm building a device based on the STM32H743 with 8MB SDRAM & either 64 or 128MB QSPI FLASH. I will also embed a 2GB uSD card for extra storage.
My initial idea is to have a few skins available and stored as extra data on the QSPI FLASH and additional ones that could be downloaded by users and then have the function that return that images diverted to the area & offset to the additional skin. I'd also probably need to address text color and screen backgrounds.