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! 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
  • 1912 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
  • 1687 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
  • 1063 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...

Resolved! Why are European characters wrong in STemWin.

I opened and build a STM32F429 STemWin Hello world application in the latest STM32Cube Repository. All works fine, but if I add/change some European letters to the text, eg. Ä, Ö and Å are wrong. They are printed something like A+tilde and a "reverse...

Increasing Sensitivity to Swipes?

I'm working on a TouchGFX project for a 1.4" screen. The limited size means I'm taking all the space I can get, so widgets are commonly placed near the edges of the screen. If I have a swipe-able widget, such as a ScrollWheel, near the edges of the s...

TouchGFX with SPI TFT

I've created a simple project to interface a STM32L4R91-DISCO with a TFT using a SPI interface. I've attempted to follow the TouchGFX tutorial but thus far have been unsuccessful in getting the TouchGFX library to render anything.I have a task that s...

ebray by Associate II
  • 8560 Views
  • 31 replies
  • 0 kudos