STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 907 Views
  • 0 replies
  • 2 kudos

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! STM32H747 LCD display issue

When I flash some .bin the LCD doesen't work. It just display the a noise picture. With similar examples does work and with more advanced examples like the EmbeddedWizard it works too.When does not work, every time display the same static image:

0693W00000aI7WEQA0.jpg
BTurc.2 by Senior
  • 6734 Views
  • 58 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
  • 1430 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
  • 547 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 ...