Is there way of creating separate bin file for UI generated form touchgfx and main source code?
Hi
I am working on creating some graphic base applications using touchgfx. I plan to create UI as possible as modular and responsive. After basic configuration of all possible events coming from UI(LCD) I want to create such design where later on there is possibility to change UI by using only touchgfx designer tool. To move ahead I have few quires if anyone can help me out here,
1. Is there any way I can compile the UI related changes from touchgfx designer tool for stm32 based custom board.
2. If yes then, Is there any way to separate out two different binaries: one for UI (generated form touchgfx designer) and second for peripheral configurations, and event handlers for controlling UI inputs.
