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, set text problem.

Hi Guys.I want to set textarea. I created the new texts.         And program is here;Model.cppvoid Model::tick() { static uint32_t counter = 0; const uint32_t updateInterval = 5; touchgfx::TypedTextId Bat4TextId; counter++; if (co...

touchgfx.png text_id.png
ABURM by Senior
  • 121 Views
  • 8 replies
  • 0 kudos

STMH7S7 CUBEIDE,Post Generate Target failed。

I made a test project for h7s7 using cubeIDE,the structure generated is below:Then I opened touchgfx designer and import a blank UI, when I tried to build the project, a error came out:Generate CodeGenerateWrote generated/gui_generated/include/gui_ge...

微信图片_20250613124958.png
amb by Associate III
  • 116 Views
  • 4 replies
  • 0 kudos

TouchGFX and STM32f429

Hello all,I created an application with a 800x480 FSMC 16 Bits TFT screen (SSD1963 driver) STM32F429 CPU, I would like to create my screens with TouchGFX instead of creating lines of code on CubeIde, is it possible? If so, what should I take into acc...

PSEBA.1 by Associate II
  • 90 Views
  • 5 replies
  • 0 kudos

STM32N6 MX_TouchGFX_PreOsInit() Fails

Hello,MX_TouchGFX_PreOsInit() fails at the line below and connection to the debugger is lost in my project. Please see the screen below for the issue. The .ioc file is also attached. What's wrong with it? It is a custom board and working from RAM in ...

JDave4_0-1750326910045.png
JDave.4 by Associate III
  • 79 Views
  • 1 replies
  • 0 kudos