STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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! Touchgfx files with C only!

Every project generated from TouchGFX Designer is based on C++ (file .cpp). Is there a possibility to have project generated from TouchGFX Designer based on C only (file .c)?Also are there any examples from TouchGFX Designer where the codes are in C?

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
  • 1518 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
  • 1026 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...