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

Resolved! Translation TextArea with Wilcard

I have implemented a TextArea without wildcards to display fixed Chinese content. I have now created a TextArea with wildcards and want to dynamically display any Chinese content in the TextArea buffer. But so far all that has shown is "??? ". How to...

lxw by Senior
  • 2088 Views
  • 4 replies
  • 1 kudos

Resolved! touchGFX guiTask It runs for a few minutes and stops.

hi all.I use touchGFX with FreeRTOS.My other Task is working fine. However, A few minutes after the system starts, the touchGFX task is blocked and will not run. This phenomenon occurs more quickly when the 16-bit control is performed than when the e...

ikassma by Senior
  • 2490 Views
  • 6 replies
  • 0 kudos

Resolved! Display Issue using Text Wildcard Buffer

Hello,I have a display issue when I using the wildcard buffer.I already used wildcard buffer by the past on a previous version of touch GFX.I created a new project for a custom board and the problem is that I can't modify a text with the wildcard buf...

ALuca by Associate II
  • 4062 Views
  • 7 replies
  • 0 kudos

Please separate TouchGFX subforum

The topics discussed for TouchGFX are completely orthogonal to the STM32 related issues.I'd also suggest to separate CubeMX/CubeIDE to separate subforum as issues tagged so are also in the vast majority of cases completely unrelated to STM32.JW

Custom container with button to call virtual fuction

Hi everyone, I try to make a custom container from TouchGFX Designer and I would like one of button in the container to call a function in view class. After generating code, I saw that the button call back is already generated and call the function n...

wu ryan by Associate II
  • 1845 Views
  • 1 replies
  • 0 kudos

ZoomAnimationImage End Callback

Hello, I am trying to zoom/pan back and forward continuosly a logo, using ZoomAnimationImage. I need to trigger a callback at the end of the animation in order to reverse/reload animation. I managed to create my callback but it never gets called.Here...

PaulQ by Associate III
  • 1386 Views
  • 2 replies
  • 0 kudos