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 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! MemManage_Handler fault with external loader

I have spent several weeks trying to add an external loader for a TouchGFX application that is starting to get quite large (>2MB). I have a custom board with STM32H7A3 and am using OCTOSPI interface (in quad mode) to a W25Q128. I found a custom loade...

ssebikes by Associate
  • 136 Views
  • 1 replies
  • 1 kudos

Nested Scrollbase

I am trying put a ScrollWheelWithStyle inside a ScrollContainer.Currently I can't find a method to pass down dragEvents from the Container to the Wheel.I tried disabling the scrolling for the Container.This cause the areas to initiate the draggable t...

Marc_LM by Associate III
  • 214 Views
  • 5 replies
  • 0 kudos

Rendering time is abysmal

Hi again, (posting twice today)I am looking at the performance of my STM32H747 system to better understand it. I didn't think there were any problems because I am not visually seeing any artifacts, but I always like to check. As it turns out, my syst...

jchernusfikst_3-1743021749953.png jchernusfikst_2-1743021473810.png

TouchGFX v4.22.1 Language Exclusion

Hello All,I am using touchGFX v4.22.1, is it possible to exclude languages when generating a build?I have 6-7 different languages but i am close to my flash limit when building in STM32CubeIDE.I'd like to create multiple builds with different languag...