STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

TouchGFX documentation feedback

We wish to always improve our documentation. The best reviews and critics always come from the people that read it, so we would like to use this post to collect your thoughts and feedbacks. Please share what you like, dislike, what you think is missi...

Share your Custom Widgets!

When creating a UI project, you may need widgets that are not part of the TouchGFX library. To create your own graphical element, the TouchGFX team suggests using the Custom Container approach. Since TouchGFX 4.20 it is possible to export and import ...

Resolved! Dynamic Screens how to Create

I'd like to create a dynamic set of screens, where variables determine what containers are visable. Has anyone done anything like this?For instance, will have a series of settings screens and based on those settings/variables, the screens will dynami...

Resolved! how to run STM32Cube.ioc at TouchGFX project?

Hi I am luis.I'm testing TouchGFX and have a question.1. Create a custom board project with TouchGFX V4.22.1 Designer2. Move the STM32F769I_DISCO.ioc file in the project created above to the STM32CubeIDE folder in the project, then run STM32F769I_DIS...

Screenshot_5.jpg

User interface button

Hello ST community,I am developing a user interface with touchGFX in STM32F769i-Disco and i have multiple screens,one the screens it contains button and when a button is pressed i execute a command such a control a ledThe issue when i switch another ...

Having to modify generated files...

Hello, we are finding it necessary to modify generated files. We have a few different cases, but just taking the first example, we had to change generated/OSWrappers.cpp as the variant of FreeRTOS we're using has slightly different function names.Is ...