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

STM 32 Touch GFX SD card

I need to read data from SD card and then send them via uart in STM32f7 discovery kit. so I did the initial setting such as open the text file using fatfs and then inside a while loop I read the data. but I need to execute that when I press fetch but...

Resolved! Text not showing on new system - TouchGFX

Hi!I am having an issue with getting my TouchGFX project up and running on my new system. I have a custom board using an STM32H7 MCU on which I am currently running my application. Now I am trying to get my project to run on another custom board, usi...

Screen_new_not_working.png Screen_old_working_system.png
PontusL by Associate III
  • 460 Views
  • 5 replies
  • 2 kudos

Touchgfx base classes on external flash memory

Hello everybody.How can I change the behavior of the base class generator in touchgfx designer?I need to place part of the classes in an external memory chip. To do this, I modify the base class as follows:For example:Original generator code class Na...

Andrii_K by Associate
  • 184 Views
  • 0 replies
  • 0 kudos

Resolved! Event dispatching/bubbling and event interception

Hello, I am trying to understand how and in which order exactly events are dispatched to drawables in the draw tree. I was not able to find any information regarding this topic on the touchgfx documentation website. I have two use cases for which thi...

clickable-items-in-scroll-listsvg.jpg nested-scroll-list-and-scroll-container.jpg
FayS by Associate II
  • 515 Views
  • 5 replies
  • 3 kudos

Resolved! HAL.tick() stops debug

Hi gm, I am creating a project in STM32CubeIDE with touchGFX, right now the project builds, but when i pass it to the board the screen shows white, and when debugging I noticed that when it gets to the line tick() in                              HAL....