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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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

Cacheable containers

Hello everyone,Could you provide an example of using cached containers?In the TouchGfx documentation, the subject is described very superficially, while I think it is very important to deepen it it would be sufficient to have the code of this example...

DDi S.1 by Associate III
  • 1397 Views
  • 1 replies
  • 0 kudos

Problema visualizzazione immagini

Vorrei sottoporre un problema che sto riscontrando su una scheda personalizzata basata su STM32H745BIT6 che utilizza l'interfaccia RGB565 e un display di grandi dimensioni (1024x768).Quando carico il progetto (modalità DEBUG) da STM32CubeIDE(1.12.1) ...

robichi by Associate
  • 2150 Views
  • 3 replies
  • 0 kudos

Common element on (almost) all screens

Dear communityI'm searching for a solution to have a common status bar (with a battery indicator, that is updated through the model) on all screens. I'm imagining a solution, where I can add a inheritance to the view of a screen (like in Solved: Exam...

JWill.11 by Associate II
  • 1571 Views
  • 1 replies
  • 0 kudos

Resolved! Tutorial 4 error

Hi, Im new to Touchgfx and came to a problem following the tutorial 4.When I run the simulation it shows declaration error.gui/include/gui/containers/MenuElement.hpp:19:4: error: 'icon' was not declared in this scopeI tried following the hpp from sli...

ading12 by Associate
  • 2479 Views
  • 1 replies
  • 0 kudos

Resolved! Performance Issues

I am facing performance issues on several PC's I use to work with TouchGFX.Time to start simulation for an example project (dice) is several minutes. A comparison with a private owned PC shows that the same project can be simulated in 27s, so I start...

VIKA by Associate II
  • 4406 Views
  • 8 replies
  • 0 kudos

Resolved! Info about cacheable container

This is one of the big features in 4.12 according to the release notes. How is it enabled/controlled/configured?Any example code? How about just the source code for this:https://vimeo.com/365563335Secondary question: What improvements, enhancem...