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

Riverdi 121STM32H7 linking problem with Keil

Hello I have a problem compiling TouchGFX for Keil. My procedure:1/ Run TouchGFX Designer 4.252/ Create New project3/ Go to tab – By Partners – select board Riverdi STM32 121STM32H74/ Click to Create5/ Add Button ( for example)6/ Click Generate CODE7...

riverdi.jpg riverdi3.jpg riverdi4.jpg
mcumake by Associate II
  • 1772 Views
  • 17 replies
  • 1 kudos

touchgfx and shared QSPI

HI all,I have a custom board composed by an stm32h743 and 2 QSPI memory (2x 16MB) with different CS. The proejct uses only the first memory to access the graphic contents and doesn't use the second memory.For this reason, I want to use the second mem...

MPast.1 by Senior II
  • 79 Views
  • 1 replies
  • 0 kudos

Animated Image and RGB565 compression

Hi. While testing the animation, I noticed strange behavior in the Animated Image widget when using the RGB565 image format with compression.I'm using an STM32U599, LTDC/RGB24bit, the animation is started with a button.Immediately after startup, the ...

Jin454 by Associate II
  • 601 Views
  • 5 replies
  • 0 kudos

TouchGFX font distorted

I have TouchGFX UI running on STM32H7. Only with one screen there is an issue, fonts gets distorted.   What could be the reason for this?  

VNA_0-1754397210983.png VNA_2-1754397269439.png
VNA by Associate II
  • 285 Views
  • 6 replies
  • 0 kudos

JPEG Gui icon without Touch GFX on stm32h7

hi,I am currently using BMP + rgb565 LTDC display for GUI icon creation without Touch GFX ( Everything is on "" C"" only and Manual preparation icon using hex converter ).Already known one is ! for a small size ,BMP is OK but large size BMP icon  wil...

MMARI1_0-1755258457457.bmp MMARI1_1-1755258542949.bmp
MMARI.1 by Senior II
  • 290 Views
  • 3 replies
  • 0 kudos

Resolved! Touch GFX image converter

 I purchased the X-NUCLEO-GFX01M2 with the Nucleo-L476RG eval board.The example project "Hello World" came with six image files (Image1.h - Image6.h).This project built okay, and the canned images appeared correctly.Next, I tried to use my own images...