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

Graphics glitches on STM32F429I-DISCO

Hello,I'm trying to setup a simple example on my STM32F429I-discovery board, but i'm experiencing issues with some graphics (images).I had setup CubeMX using this guide : https://touchgfx.zendesk.com/hc/en-us/articles/360021620431-Configuring-STM32F4...

0690X00000AtMhlQAF.jpg

Resolved! STM32 LTDC - Maximum resolution

I am planning to interface a STM32H753XI to a 1400x480 display. Here is the reference manual. Now, the maximum resolution given for the STM is 1024x728. I understand that this is the maximum frequency the device can actually output.Now my desired hor...

Thomas L. by Associate III
  • 3088 Views
  • 5 replies
  • 0 kudos

How to add a watchdog?

My touchgfx task is often frozen. I need to add a watchdog to the touchgfx task. When the task is frozen, the system can restart automatically.How to add a watchdog in Touchgfx task?​Thanks.

LTing by Associate II
  • 828 Views
  • 3 replies
  • 0 kudos

How container can call the methods in Model ?

Hi,​I have a question when trying to change screen by click different buttons.​There are 5 buttons on Screen 1, and Screen 2 have 5 similar but different styles.When Screen 1 - Button 1 was clicked, goto Screen 2 and showed in style 1.​My mind to do ...

can do create another cpp file like screenview?

​hi everyone. I have a screen what has a many elements inside. Therfore, screen has very long kode that difficult to control. I want to group some of this code in another cpp files. This new cpp file should be like original screenView.cpp. I want to ...