2020-02-26 04:47 AM
Hi,
I started a project with the STM32CubeIDE and launched the TouchGFX Designer from it. I have made a simple design, then i generated the code, built it with the CubeIDE and everything worked fine, 0 errors.
My problem starts when I make some modifications in the TouchGFX/generated folder, changing some things of the texts and fonts folders. Built and everythong is okay. Then, when I make a change in the Designer and press Generate Code, the things i had changed previously disappear and gives me some errors (the same ones as when i hadn't modified the folders).
I don't know to fix it and i would appreciate some help on how to do it.
Thanks,
Dani
Solved! Go to Solution.
2020-02-26 06:47 AM
The files you can access in the Generated folder cannot be modified, as everything will be overwritten when compiling. If you wish to do changes outside of Designer you need to go through the gui folder and do the modifications of your text/image/.. in the right screen files.
2020-02-26 05:09 AM
Update: Solved
Just had to modify texts and fonts from the Designer
2020-02-26 06:47 AM
The files you can access in the Generated folder cannot be modified, as everything will be overwritten when compiling. If you wish to do changes outside of Designer you need to go through the gui folder and do the modifications of your text/image/.. in the right screen files.