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! TouchGFX performance issues

 Hello,I use the STM32H747 running at 400 MHz (M7) together with a display that has a resolution of 800x480 pixels.I have set up a project in TouchGFX Designer based on the Gauge example project.The design includes 2 gauges. The chrome ART is enabled...

Resolved! TouchGFX Performance

Something I've seen (with all embedded GUI software) is the need for more speed and support for more art asset types. I've written my own imaging codecs (originally for PC). Recently I created new versions that are optimized to run on constrained tar...

bitbank by Associate II
  • 836 Views
  • 1 replies
  • 0 kudos

Resolved! rendering time of not-visible objects

Hi,how is supposed to work rendering of objects set as "not visible"? My layout is composed of several containers/objects whose visibility is turned on or off at runtime.I've noticed that rendering time is high also when objects are hidden, as if the...