How can I add a TouchGFX GUI to an already existing project?
I managed to create a GUI in TouchGFX and compile it as a standalone project.
Now, the GUI should be integrated in an existing project that is already up and running (it has some paramters which are statically defined before compilation).
The sliders are meant to be connected to virtual functions which in turn call methods in the main application to edit those parameters dynamically. So, I still want to preserve all the functionalities and structure of my main application and simply add a way to dynamically alter the parameters through the touch screen.
Thanks (I'm on STM32H735G-DK) :)