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! 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
  • 10677 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
  • 780 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
  • 649 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...