Generate code from command-line
In my project I use TouchGFX for an STM32 microcontroller.
After visually changing the view, I need to generate the updated viewBase classes in the TouchGFX Designer.
Now I want to automate this process on my build-server. I am able to generate the files for the assets, but so far I am unable to generate these ..viewBase classes from the command line.
So I saw an old question https://community.st.com/t5/stm32-mcus-touch-gfx-and-gui/how-to-generate-source-code-cpp-hpp-for-touchgfx-on-linux/td-p/315134 which is no longer relevant as tgfx.exe does no longer exist.
With the current version there is a touchgfx executable which can be called with update:
touchgfx update
If I call this from the main directory of my project, nothing really seems to happen?
For now added all the generated (viewbase classes) code to git, but this is really undesirable.
Can someone explain to me how I can generate the updated files from a project.touchgfx file from the command line?
