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

Error when running simulator

HI I get this error when I tride to run the simulator. "Please change your regional settings in the control panel to English and restart Designer."Can anyone help me with a hint? 

0693W000000UNZnQAO.png
SPand.1 by Associate
  • 608 Views
  • 2 replies
  • 0 kudos

Resolved! I deleted a widget (progress bar) now I get a compiler error - seems the old widgets are still attempting to be initialized.

So total rookie here. I thought that if I delete a widget and generate code any code related to the deleted widget would also be removed. But in the .cpp file of the screen where the widget used to be, I'm seeing methods called on the object that doe...

0693W000003Rl7eQAC.png 0693W000003Rl7jQAC.png
Monika by Associate II
  • 848 Views
  • 3 replies
  • 0 kudos

Resolved! How to generate full font files?

I need to generate font binaries for all characters, because the device accepts external inputs which is unknown at compile time and can use any characters, including chinese and japanese.TouchGFX seems to generate font files only for characters that...

Tuoman by Senior II
  • 713 Views
  • 1 replies
  • 0 kudos

Resolved! How can i save data when power off in TouchGFX

I have build application using TouchGFX and STM32F746 based on kit STM32F746G from ST.Because in my screen, i have some data setting when screen startup, so i want to these data don't lost when power off, it look like i can save data in eeprom of ST...

HAnh by Associate III
  • 851 Views
  • 2 replies
  • 0 kudos

Fading a group of superposed images

Hi,I'm trying to fade a group of images that are superposed, grouped in a container, but I have issues.I tried using setAlpha for each component of the container, but then we see the images under that are part of this container.I want the group of im...

0693W000003QeHBQA0.png 0693W000003QeHGQA0.png
vtunr by Associate III
  • 880 Views
  • 4 replies
  • 1 kudos