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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

TouchGFX scroll list

I want to scroll Scroll list runtime with index number  1) without using Scrollable container is it possible     My Application: I have one scroll list which contain 500 item and one searching keypad. By entering number on keypad scroll list should s...

APate.18 by Associate III
  • 824 Views
  • 0 replies
  • 0 kudos

ostringstream and stringstream operator<< makes hardfault exception (stm32f4, touchGFX, freeRTOS, malloc-wrapper), how to solve or alternatives?

Does ofstringstream and stringstream not work with freeRTOS?We develop a device using stm32f46x using touch GFX and freeRTOS. The system is generated with the latest STM32Cube IDE and the configuration tool. After crashes with localtime, new etc. I o...

awiernie by Senior II
  • 2014 Views
  • 4 replies
  • 2 kudos

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
  • 1408 Views
  • 2 replies
  • 1 kudos