2024-11-25 10:22 AM
I have a fully working touchgfx project in the stm32f746g-dk.
So far I always edit this project by just opening the touchgfx designer.
Now, I need to config this project to run on the stm32u5g9j-dk2, how can I do it?
I would like to avoid coping the GUI folder from one project to the other, but I haven't found any specific documentation about it on the touchgfx tutorials.
2024-11-25 10:50 AM
Hello @JPabl.1 ,
you can use the "Import GUI' option in the "Edit" tab in Designer to migrate the UI interface:
Clicking the "Import GUI" button will open the Import GUI window. Then, press the "Browse" button allowing for selection of a TouchGFX Designer project (.touchgfx) to be imported into the current project.
Please refer to this tutorial for more details.