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

TouchGFX 4.21.1 Causing Distortion on Moving Images

I have custom clock widget in my project and its working fine on version 4.20 but when i upgraded it to 4.21.0 or 4.21.1 causing distortion on clock hands.When I investigate the issue I saw that SCB_CleanInvalidateDCache() function removed from Touch...

afergan by Associate II
  • 2448 Views
  • 4 replies
  • 0 kudos

Problem with CRC module on touchgfx in stm32h7 ?

Hello, I'm working with the STM32H7B3I-DK.Info:1- STM32H7B3I-DK (STM32H7B3LIH6QU)2-STM32CUBEIDE rev: 1.6.13- TouchGfx rev: 4.16.1I want to use the CRC module for data verification (16 bit).Problem:when I use the CRC default version everything works f...

Agran.1 by Associate II
  • 4077 Views
  • 7 replies
  • 1 kudos

Resolved! Texts Table and Text Area Widgets

Hello Community, I have been working in an app that has 2 different lenguages defined in the "Texts" option in TouchGFX. In the Canvans i have for example a textArea that is configured as "Auto-size" with typography "Large, 40px" and centered alignme...

urbito by Senior II
  • 1638 Views
  • 1 replies
  • 0 kudos

Touches propagating through containers

I have multiple containers on the screen at any given time. Most of the time, these containers are on top of each other. Today I just noticed that touching on the top container, will sometimes click a button on the container below it. How can I stop ...