User Activity

Hi, I am working with a customized board which has STM32F767 BITx microprocessor. I made a simple application with TouchGFX 4.13.0 integred with STM32CubeIDE 1.2.0. The program builds and debugs correctly, but nothing appears on the screen, it is jus...
Hi, I'm building a program which has a part that is similar to the "Flex Button Example".In my case I've got a problem with Unicode. My program works the same as the image above. When I reach to number 24, 26, 28, 29, this is what it shows:This is my...
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 modifi...
Hi, I have implemented a keyboard on TouchGFX and it works properly (the example keyboard). My objective is to make that the typed text with the keyboard appears in the textArea that i have selected. I tried it using the Wildcard text but it doesn't ...
Hi, I'm making an embeded app with the STM32F746 discovery kit and TouchGFX 13.0.0. I need to implement a keyboard in order to write in different text areas. I know that there's an example of keyboard already made, but it doesn't show anything on the...