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

Resolved! STM32H7S78-DK Flash Regions

Hello!I wonder if someone can point me to instructions on how to assign a flash memory region for TouchGFX assets on an STM32H7S78-DK, such as images and large files that won't change during an update? Currently there is a Boot and Application region...

Resolved! GUI doesn't work anymore after I2C error

For my project, an error message must display on the screen when there's a I2C related communication error. To simulate an I2C error, I pulled out the resistor that is connected between SDA and VCC(for good working of I2C communication, a resistor be...

FLuba.1 by Senior
  • 1114 Views
  • 11 replies
  • 4 kudos

Resolved! STM32F746 Dimmer

Hello!I wonder if anyone has had experience making a dimmer on an STM32F746? For example, want the display to dim after 1 minute of being idle. It should remain bright enough to read, then return to full brightness on touch.I saw some posts that PWM ...

Resolved! Issue with text area wildcards

Hello,I created a timer for a display using two text areas. One is a text area with a single wildcard (i.e. minutes), and another is a text area with two wildcards (i.e. seconds). It runs fine for ~9 minutes and 4 seconds but then suddenly the text a...

Screenshot 2025-04-22 093659.png Screenshot 2025-04-22 103627.png Screenshot 2025-04-22 102511.png