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

Where to get the new 'PainterVerticalAlpha' class?

Hello,I'm currently in the process of upgrading my version of touchgfx from v 16.1 to the last one. In one of my class, I use the PainterVerticalAlpha and I just saw that it was changed from v16 to v17. The documentation isn't very precise as it just...

GMeur by Senior II
  • 482 Views
  • 1 replies
  • 0 kudos

touchGFX update suggestion

Hi dearsthanks in advance to produce and developing TouchGFX Software.I have some advice for the new update of this software. It would be good if we can have groups for images like groups available for texts.we can improve our management of images wh...

0693W00000Y8IPzQAN.png
MTora.1 by Associate III
  • 1132 Views
  • 7 replies
  • 1 kudos

Analog input doesn't dispaly on monitor with Touchgfx

Hello, everyoneI just want to display the analog voltage value on Touchgfx using STM32H735g-dk, but the textAreaBuffer just didn't update the value that I want it to show, my code are as follows:​�?Model.cpp】​#include <gui/model/Model.hpp>#include <g...

Acecream by Associate II
  • 580 Views
  • 2 replies
  • 0 kudos

how can I use FP AI Vison to activate an alarm ?I use my own trained neural network and try to get 1 or 0 according to my camera module.

hello, I try to get one when something not desired is detected by the camera and else 0 so I can use my custom trained CNN with the help of x cube ai. Fp ai vision is used to display iamge on LCD how can I get my request by changing or adding the cod...

agala.1 by Associate II
  • 497 Views
  • 1 replies
  • 0 kudos

Generate code from .ioc removes TouchGfx files

Hello,TouchGfx v4.17.0CubeIDE v1.11.2I am using the .ioc UI to add an analogue pin for use with GUI, but when I save and generate code, it removes several TouchGfx files making code uncompilable, am I missing something in TouchGfx set up from CubeIDE...