STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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
  • 2734 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
  • 713 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 ...