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 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! TouchGFX DSI display, not coming out of standby mode.

Hello @Romain DIELEMAN​ , @Martin KJELDSEN​, I see that you have a lot of replies on the TouchGFX so I hope it's ok that I address you directly. I am running a low-power application with a DSI display and TouchGFX 13 (will update to latest eventuall...

KDubo by Associate II
  • 2460 Views
  • 4 replies
  • 0 kudos

TouchGFX - switch between containers

Hi everyone, I am a beginner in TouchGFX.Right now I have created several containers with different buttons.My goal is as follows: When klicking a button of one container I want to change to another container.So far I have found only the possibility ...

ASteg.1 by Associate II
  • 1446 Views
  • 6 replies
  • 0 kudos

Pass string to a function

I need to pass a 6 characters string to a function in a custom container, but the string is cut to 4 characters.The function is called in the screen where the container is, like this: container.function(str). If I pass a string smaller than 5 charact...

ALuiz.1 by Associate II
  • 938 Views
  • 2 replies
  • 0 kudos