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

Hello I have a problem with my discovery bord "STM32F469I-DISCOVERY" when I use TouchGFX Designer and I only create a box (background) and a text area:

When I execute "run target" the compilation and flashing is successfully but I see nothing on the display of the board. When I do the same with simulator or with STM32CubeIDE everything is visible. The strange thing is when I add a button to my scre...

JHeyd.1 by Associate II
  • 751 Views
  • 2 replies
  • 0 kudos

Resolved! Color corruption of text in TouchGFX 4.18.1

I created my project in TouchGfx 4.15.0. Currently I'm using TouchGfx 4.18.1. After flashing/debugging ; color of the text which I've given in TouchGfx is getting corrupted. For ex : If I set red(235 ,64 ,61) color to some text, after debugging it be...

LMath.2 by Associate II
  • 1805 Views
  • 7 replies
  • 0 kudos

Resolved! White screen after checking "Generate peripheral initialization as a pair of '.c/.h' files per peripheral" in CubeMX

I have an issue with TouchGFX on H750B-DK board.After I create a sample project in TouchGFX and import it into CubeIDE, I can then flash it to my board with no issues. But the project generated by TouchGFX is very messy (everything put into main.c), ...

0693W00000GZ6sSQAT.png
GHeller by Associate III
  • 1620 Views
  • 3 replies
  • 1 kudos

How to achive screen transition with swipe gesture?

I know it is possible to do a screen change with a button. But i would like to do it with swiping gesture. I defined transionits in FrontedApplication .cpp and .hpp files. The probelm is application crashes when transition is acalled:void MainScreenV...

0693W00000JNPE5QAP.png
manto.1 by Senior
  • 999 Views
  • 3 replies
  • 0 kudos

Binary translations from external flash

The example in the help link below shows loading loading the translation from a file, but not from memory addressed external flash. This is what I'm using and mem_addr contains the expected data. The second argument to setTranslation() is a void poin...