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! Questions about text management : how can I separate the texts and the fonts in the touchgfx text resources?

Hi,Imagine I want to write the same string in two screens with a font X, with a font Y in another screen, and with a font Z in three other screens, how should I go about it with the current text management that offers touchgfx? Should I just create v...

0693W00000QMAdBQAX.png
GMeur by Senior II
  • 729 Views
  • 1 replies
  • 0 kudos

Explore more about various features of UI library.

I have gone through the online documentation and user manual but some of the information are not available publicly.You are requested to guide us to fill the below details:CPU Performance:Hardware Acceleration Performance:3D Screen Support:Longevity ...

DTriv.1 by Associate
  • 686 Views
  • 2 replies
  • 0 kudos

UnmappedDataFont compile error

Hello,I'm using the version 16.1 of TouchGFX and when I generate the project on the simulator I get these error messages when I try to run the code in VS :I generate the project with the following text config: Any help is more than welcome.

0693W00000QMlcFQAT.png 0693W00000QMlcKQAT.png
GMeur by Senior II
  • 496 Views
  • 1 replies
  • 0 kudos

Resolved! How do ILI9806E DSI move?

I am working on a test on the stm32f469i_Discovery board.On the stm32f469i, the MIPI interface operates with the OT8009A LCD. Instead of OT8009A LCDs, it is planning to connect the stm32f469 with other LCDs.The LCD control IC uses the ILI9806E while ...

PKunK.1 by Associate III
  • 5135 Views
  • 7 replies
  • 0 kudos

Modifying standard widgets

I've made some modifications to a standard widget by extending the widget class, for example to the Slider widget.I create a class MySlider that extends the Slider and override some of the methods. To use this new created class I then modify the View...

JVALL.1 by Associate III
  • 1687 Views
  • 6 replies
  • 0 kudos

How to work with touchgfx in bare metal ?

Hi...I m working on STM32f746g-Disco board, In cubemx I have added touchgfx software & since I want to configure the display on Bare metal I have disabled FREERTOS. When I have regenerate the code , OSWarraper file is getting generated. I want to kno...

PM.5 by Associate III
  • 1083 Views
  • 4 replies
  • 1 kudos