STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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 external flash usage monitor

HiWhile we are developping the firmware for our project, we have another team working on the UI design using TouchGFX Designer. Is there a way for them to monitor the external flash memory consumption as they go along without the need for the IDE's b...

J-F by Associate
  • 421 Views
  • 0 replies
  • 0 kudos

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
  • 639 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
  • 1309 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
  • 639 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