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

Update screen during blanking period(LTDC)

Problem: when i call the function "MX_TouchGFX_Process();" the screen becomes unstable. After using this function, the image becomes and remains stable. (1)What can be the issue?How can i update the screen during blanking period, when the LTDC is not...

FLuba1_0-1750330264213.png FLuba1_1-1750331132404.png
FLuba.1 by Senior
  • 18 Views
  • 0 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
  • 32 Views
  • 0 replies
  • 0 kudos

Change shape color of active view

Hello.I am new to TouchGFX and have been learning it over the last few weeks. I am able to generate an application with multiple screens, and swap screen utilizing the TouchGFX designer actions & interactions. I have a screen, called Screen4, that is...

joel__3-1749568832661.png joel__4-1749568862802.png joel__5-1749568881875.png joel__7-1749569086338.png
joel_ by Associate II
  • 92 Views
  • 3 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
  • 91 Views
  • 3 replies
  • 0 kudos

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 Associate III
  • 26 Views
  • 0 replies
  • 0 kudos

TouchGFX and USBPD

Hello.  I am trying to create a project that uses both the Nucleo GFX01M2 and SNK1M1 with the G071RB dev board. I want to configure my setup as a USB sink device. However, in STM32CubeMX I can select either the sink USBPD application, or the Touchgfx...

TS-LMG by Associate III
  • 139 Views
  • 7 replies
  • 2 kudos