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

Resolved! touchgfx error during generating code

Hi there,There is the following error in TouchGFX when I try to Generate Code, even for the previous projects that already generated code successfully. I uninstall and reinstall it and try other versions, but it failed again.  the message of the erro...

STjohn by Associate II
  • 911 Views
  • 9 replies
  • 1 kudos

Resolved! External loader fails to download

Hi all,I'm trying to put some TouchGFX data (images, text, ...) in an external flash (S25FL128L) on a custom board with STM32H7B0VB mcu. I'm using the octo-spi peripheral as quad-spi.So, I follow the guide to make an external loader and I did it. It ...

nikof by Associate II
  • 10441 Views
  • 29 replies
  • 1 kudos

STM32 LTDC TouchGFX GUI Glitching

What could be the cause of this glitch on my LCD-TFT screen? My system includes an F429 MCU, an SDRAM, and a 24-bit LCD panel. The interface was designed with TouchGFX, and the circuit board was designed by me.    

Trampler by Associate II
  • 714 Views
  • 4 replies
  • 0 kudos

Changing default asset/ folder

Hi,By default, when you open a touchgfx project in the designer, images, texts and fonts come from the asset/ folder.How can I change that? I'd like to use another folder by default. I haven't found in the config files where this option is.Thanks in ...

GMeur by Senior II
  • 602 Views
  • 7 replies
  • 1 kudos

Touchgfx with usb host CDC VCP

Hi everyone..I have issue here, I am using USB CDC VCP the applistate is not going into ready state, i tried alone with the usb host it is working correctly for this and also used example alsoTested configuration 1.Configured gpio pins for usb fs hos...