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! USB HS doesn't work with TouchGFX ?

Hello,I am using an STM32F769I-DISCO board to implement USB HS in my TouchGFX project, but it is not working as expected. I have already tested USB functionality with FreeRTOS CMSISv2 without TouchGFX, and it works fine. However, when I try to run bo...

walidhmz by Associate II
  • 922 Views
  • 8 replies
  • 1 kudos

Resolved! Issues with SVG image rendering

Hi,I have a project derived from the demo6 from ST on the STM32U5G9J-DK1 devkit, where I want to display SVG images. The only difference is that the rounded display of the original kit has been substituted with another rounded display of the same res...

apadom by Associate III
  • 1560 Views
  • 34 replies
  • 13 kudos

Resolved! Changing TouchGFX TextArea font at runtime

I want to change the font at runtime for a TextAreaWithOneWildcard.I figured it would be as simple as:1. update the text in the wildcard buffer (previously set by calling setWildcardTextArea)2. call setTypedText( id ) where 'id' is a designer defined...

dave2012 by Associate III
  • 95 Views
  • 3 replies
  • 1 kudos