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

[Problem] Unexpected error has happened

 Unexpected error has happened=======================================================================================Sorry - something unexpected has happened which caused an error to occur in the Designer.For more information, see the log file locat...

화면 캡처 2025-05-06 131515.png

Resolved! No Support for svg Numbers in TouchGFX?

I am currently making an artificial horizon for a project in TouchGFX, but I just noticed that when I tried to use the svg of the Pitch_Angle_Indicator that has numbers I get a compile error. Are there any plans to implement the usage of numbers in s...

Neyus_0-1746559982988.png
Neyus by Associate III
  • 858 Views
  • 8 replies
  • 2 kudos

Resolved! How to display image from QSPI flash?

Hi I've been trying to display an image on the GUI using an image (hex array) stored in the QSPI flash (memory mapped). I've taken a look at some of the documentation such as Loading Images at Runtime & Dynamic Bitmaps. void LandingView::loadImageFro...

Priyank by Senior
  • 569 Views
  • 3 replies
  • 0 kudos

Resolved! how to initiate touchgfx slider event from code

Hi eveyone!I am using TouchGFX Designer 4.25.0In the real world, you can only move a linear slider control by touching/moving the slider knob itself. One of the issues with using the TouchGFX Slider Widget is that it will instantly move from one posi...

Questions regarding invalidate() and draw()

Hi!We got an old TouchGFX (4.10) application where the screen freezes from time to time. Freeze means we no longer get tick events, whereas the other FreeRTOS tasks are still alive. *Most* times this happens after Button pressed events.This raises un...

hvv by Associate
  • 441 Views
  • 1 replies
  • 0 kudos

MVP base class moddified

Does anyone have an improved example to understand the MVP[1] (and widget/containers),where you change the base implementation of the MVP ?I was able to defined default implementation for the Model and the View but not for the Presenter or Drawables....

Marc_LM by Senior
  • 267 Views
  • 1 replies
  • 0 kudos