User Activity

 I'm not using rtos, my touchgfx process is included in while(1). After debugging through IAR, i've run it and below image is from the .map file. I've also checked the memory address, it is getting zero only.
I have just created a simple project using TouchGFX. It has one image, one button with label. When the button is pressed, the interaction has to fade the image. This is working fine inside TouchGFX. Like it is generating code and also run simulator i...
I'm trying to develop an application where i have to display 3 different texts for 5 secs for 3 cycles and then change to different screen.I'm adding 3 interactions for this.Delay for 1 sec when screen1 is entered.Execute C++ code when interaction1 i...
Is there an inbuilt language translator for TouchGFX? For example, if i create an application in english but want an option for other languages as selected by user , do i need to create the same one again or there is an option for auto generated code...