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 ...

TouchGFX scroll list, scroll direction setting.

Is there away to change the scroll list scrolling direction? It looks like the direction is assumed. For an example, if scroll is set for vertical, the item is moved into the view from the opposite direction when dragged as itemIndex is increased. Fo...

LauraCx by ST Employee
  • 853 Views
  • 2 replies
  • 0 kudos

Resolved! How to display UTF-8 text in a TextArea Wildcard in TouchGFX?

I set the character wildcards properly, to include all required characters.Here's my example code:Unicode::strncpy(errorTextBuffer, "Zażółć gęślą jaźń.", ERRORTEXT_SIZE); errorText.resizeToCurrentText(); errorText.invalidate();But what I get is this:...

0693W00000NrbceQAB.png
HTD by Senior III
  • 1616 Views
  • 1 replies
  • 0 kudos

Linker error when building project in VSCode

I'm trying to port TouchGFX to VisualStudio Code + PlatformIO using ZephyrRTOS for the STM32F746-Disco board. To do that, I've just created an example project on TouchGFX Designer 4.17, generated the code, and added the required files manually as sai...

JZumt by Associate II
  • 2380 Views
  • 4 replies
  • 0 kudos