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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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

Availability of the library's core source files

It appears that not all declared methods are implemented in the provided header and source files. Some methods like HAL::flushFrameBuffer, are apparently implemented only in the core static libraries. Is there any plan to release the source code of t...

ALiar.1 by Associate
  • 1018 Views
  • 1 replies
  • 0 kudos

KeyBoard Example

Hello.Run Target Keyboard Example with TouchGFXIn the case of F746G Discovery, it is displayed normally.In the case of F769I Discovery, the keyboard is displayed small.Is there a problem with TouchGFX?Thank you.

Ebun.1 by Senior
  • 1026 Views
  • 1 replies
  • 0 kudos

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
  • 5028 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
  • 1736 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 ...