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

How to show animation?

Hi,Now I am thinking about adding animations when screen startup and normal screen , is there any implement in touchgfx? If not, I want to know if it is feasible to decode images from some format like GIF and just show them by order to realize this?...

JJ.Lin by Associate III
  • 537 Views
  • 1 replies
  • 0 kudos

STM32 UART TouchGFX 4.17.0

Hi,I am working on TouchGFX for STM32H747 Discovery Kit. I get this error when i try to add a UART to my project. Please let me know.Thank you,Enes Ozkaya

Enszky by Associate
  • 795 Views
  • 1 replies
  • 0 kudos

Any sample code how to detect gesture event?

Hi I want to detect gesture event like swiping to left and right without using the Swipe container.Any sample code for this?The usage is, I have a container which would behave differently when:Single clickLong press swipeI can do 1 and 2, but now I n...

BParh.1 by Senior III
  • 395 Views
  • 1 replies
  • 0 kudos

How to use the same widget in Multiple screens?

I want to use the same widget in five screens,for example:the digitalClock.I want all my screens can show the time.For now,i add five digitalClock in five screen and use handleTickEvent to update digitalClock.In this way,code repetition rate is high....

JJIAN.21 by Associate II
  • 524 Views
  • 1 replies
  • 0 kudos

Implement own Wait function with own code in View.cpp

TouchGFX 4.16.1, Win10 (I promise I will update to 4.17)I'm working on a project where I create an array of custom elements purely with code, such as an array of scrollable containers filled with the array of boxes and textAreas with wildcards, custo...

ilyus by Senior II
  • 658 Views
  • 1 replies
  • 0 kudos

Debugging ligature font problems

Hello,I know this has been discussed before and the problem is usually related to the font type used.My problem is that there are certain ligatures in Arabic that don't seem to work when running the TouchGFX simulator. For instance, جهاز renders ok b...

SKILA by Associate II
  • 1228 Views
  • 5 replies
  • 0 kudos