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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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 crashes

I've installed TouchGFX . When I try to create a project, TouchGFX crashes at 88% and simply closes. When I checked the TouchGFXDesigner.log file the error is System.IO.FileLoadException: Failed to load native freetype library!same issue?  Any idea h...

Ryada.1 by Associate II
  • 164 Views
  • 1 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
  • 325 Views
  • 6 replies
  • 1 kudos

Resolved! 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
  • 490 Views
  • 9 replies
  • 1 kudos

Resolved! TouchGFX crashes on project creation

Hi,I've installed TouchGFX following the instruction at https://support.touchgfx.com/docs/introduction/installation on a completely new installation of windows 10. When I try to create a project, TouchGFX crashes at 88% and simply closes. When I chec...

Richard64 by Associate II
  • 3828 Views
  • 10 replies
  • 2 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
  • 230 Views
  • 3 replies
  • 0 kudos