Touch GFX 4.16 - Code generation bricking project
I have been having issues with Touch GFX bricking my project during code generation. It starts out working but at a later point it starts generating invalid code. An example is that it starts generating a touchgfx::GraphElementLine without a variable name. Another example is it cannot find certain fonts cpp files during compilation. I can e.g. fix the GraphElementLine by deleting my dynamicGraph and creating a new one. The font issue I haven't found a solution for. Anyone else experienced this and know how to fix it?