User Activity

I have been working on a project for many months now with TouchGFX v4.20.  I was modifying some of the text strings I had defined in TouchGFX Designer and now the texts/TextKeysAndLanguages.hpp is no longer being generated.When trying to start the si...
We need to start building with the 1MB STM32H743ZGT while all the development has been done for the 2MB STM32H743ZIT.  As far as I can tell I cannot change the micro in the .iot file for file generation even though the pin assignments and peripherals...
Any time I set any optimization level for GCC my application will not longer start.  I can set G++ optimization to anything and it still works fine as long as GCC optimization is set to -O0.  This project uses TouchGFX and FreeRTOS.While in debugger ...
I have several flex and nonflex buttons on a screen and wanted to be able to call a beeper function with any button press.  So I thought I could override the callback handler for button and flexButton to do this.  Is this not possible since they are ...
I'm fairly new to TouchGFX as well as C++ inheritance so trying to understand how to implement a custom virtual function when a key is released. I see when I create an interaction in touchGFX so when a key is pressed it calls a virtual function...Wh...
Kudos from