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

TouchGFX build project issue

Hello,I am usual of Stm32CubeIde. I try first time TouchGFX V 4.21.3 with H747 DISCO.TouchGFX simulator is well working. But after generating (clicking on the project icon in C:\TouchGFXProjects\MyApplication_1) the project in Stm32CubeIde, the build...

BRobe.3 by Associate III
  • 1645 Views
  • 3 replies
  • 0 kudos

Resolved! Upgrade to TouchGFX 4.21.4 undefined reference

Description Resource Path Location Typeundefined reference to `touchgfx::ConstFont::ConstFont(touchgfx::GlyphNode const*, unsigned short, unsigned short, unsigned short, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsig...

rgree.1 by Associate II
  • 1073 Views
  • 1 replies
  • 0 kudos

Resolved! Adapting Touchgfx codes to bigger LCD screen

I am using Touchgfx for the STM32H745I Disco board. So far it has worked well with the default screen (4.3 inch). But I would like to use a bigger screen. So I will connect the STM32H745I board to a 9 inch screen. Now my question is, will touchgfx co...

Writting text with Unicode::fromUTF8 bug

Hi,I haver two text areas AAA and BBB both with wildcard buffer to write to. When use the funcion Unicode::fromUTF8 to write some text and the text is larger than the buffer the values of the two text areas are concatenated and writted on the first a...