STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

X-CUBE-TOUCHGFX 4.22.1 is out!

TouchGFX 4.22.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.22.0 version. Release details: Release date: September 8th, 2023 Bugfixes in TouchGFX Desi...

TouchGFX include paths

Hello ST Community,I am working on a project using TouchGFX on STM32CubeIDE and have encountered an issue with setting up include paths correctly. Despite several attempts and different approaches, I am still facing the same error, and I am seeking h...

Resolved! How to get number of glyphs in a font ?

Hi,How to get number of glyphs in a font ?numGlyphs variable is not accsesible in GeneratedFont (linked with application) neither in BinaryFont (installed from .bin). Or is it ?// from GeneratedFont.hpp namespace touchgfx { class GeneratedFont : pub...

ferro by Lead
  • 1289 Views
  • 2 replies
  • 1 kudos

Mysterious UI Freeze

We have recently been seeing some GUI freezes happening in one of our products. We had a process that creates and saves logs to a CSV file stored on a SD card in our unit. During this save process, we have a handful of task switching events going fro...