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

TextArea in container move animation flickering

Hello,I made some test to realize a scrolling text, to do it I use :This information   and This template Here my container code.cpp : #include <gui/containers/Cont_Rolling_Text.hpp> Cont_Rolling_Text::Cont_Rolling_Text(): TextMoveAnimationEndedC...

nme by Associate II
  • 755 Views
  • 1 replies
  • 0 kudos

Hang using DynamicGraph

Hey all, experienced developer but new to ST ecosystem.I have a STM32H7B3I-EVAL board and made my first project using TouchGFX Designer 4.21.4.  I put on a Dynamic Graph and a few Text Areas with wildcards, and coded up some random data to try it out...

Mark999 by Associate
  • 1563 Views
  • 4 replies
  • 0 kudos

TouchGfx code get stuck

 Currently, i am working on TouchGfx.But my code gets stuck in the first execution of MX_TouchGFX_Process.  I use external RAM and Waveshare 7-inch TFT display.@Piranha  Could please help me to resolve the issue?

spate2_0-1689164368565.png
spate.2 by Associate III
  • 800 Views
  • 1 replies
  • 0 kudos

CubeMX not updating the files in CubeIDE

I am using Touchgfx in conjunction with the STM32H745XIH6 board and whenever I create a touchgfx project, the first thing I do is, open the .ioc file in CubeIDE and then disable RTOS from the CubeMX. Then I save and try to compile but I get an error....

manyErrors.PNG Errors2.PNG