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! touchGFX

Good morning everyone, I'm new to the community and also new to programming. Could someone tell me if with touchGFX you can create buttons that appear from the right or left no matter when you switch from one screen to another? Thank you

StefanoL by Associate III
  • 1196 Views
  • 2 replies
  • 0 kudos

Touchgfx wrong color issue

Hi.I am working on a project with stm32h750 custom board and touchgfx.2.4'' TFT screen that communicates with SPI interface is used in the project.When I generate the gui with touchgfx, everything looks fine except the colors.For example, if I use a ...

johnLocke by Associate II
  • 2307 Views
  • 3 replies
  • 0 kudos

Resolved! TouchGFX Designer support

Hello,I have issues installing TouchGFX Designer on Windows 11.I would like to install version 4.19.1 to edit an old project built with this version. When I do, I get the following window running endlessly :I also tried to install latest version (4.2...

illmanta_0-1706178060100.png
illmanta by Associate
  • 1268 Views
  • 3 replies
  • 1 kudos

STM32F746G-Discover SPI communication

Hi I am using an STM32F746G DISCO board, I need to read some data from the SD card and then visualize them on the display and afterward, I need to send those data using SPI to the FPGA board, So I need some help insights related to this to achieve th...

touchgfx

 tocuhgfx 4.22.1 touchgfx 4.22.1 When using GPU2D for rendering the textArea component in stm32u5a9, there is an issue with the content not being rendered, but the images are not affected. There is a problem with rendering fewer characters when using...

caiChangKun_0-1706517414385.png caiChangKun_1-1706517555941.jpeg caiChangKun_2-1706517623311.png

Data read using SD card

Hi, I am currently working on a project that requires loading data from an SD card and displaying them in GUI or I need to have another option to send data using SPI, I am using an STM32F746G Disco board to do this, how to approach this one any idea ...