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! How to use SVG in TouchGFX?

Hi there,I am trying to use an SVG in my project, but the views between the TouchGFX and the simulator differ.please refer to the project in the attachment.My questions are on the page:1. why the rect border seems normal in the TouchGFX Designer view...

Junde_0-1734502333538.png
Junde by Senior III
  • 867 Views
  • 4 replies
  • 3 kudos

Resolved! X-NUCLEO-GFX01M2 button callback problem.

Hello,I try to use these two boards:- X-NUCLEO-GFX01M2- NUCLEO-G071RBI managed to use TouchGFX Designer to do a simple exemple with two buttons.But i can't have events while pressing buttons on screen. In buttonCallbackHandler() function, i haveno br...

Resolved! Dynamic Graph Changing Gridlines

I am having trouble finding how to change the interval of the major gridlines dynamically. I am using the scrolling graph and have implemented dynamic Y-axis range, but I want to be able to change the intervals of the gridlines as well. Is this possi...

Resolved! Changing Flex Button Text by Pointer

hiI wrote a function similar to the one below for changing the text of a Text Area, and it works perfectly. However, I encountered an issue with Flex Button. This part of the code gives an error: touchgfx::WildcardTextButtonStyle &FlexBtn void FlexBu...

Natali by Associate III
  • 324 Views
  • 1 replies
  • 2 kudos

Display list of files on SD card

Hello,im working on MP3 player. I would like to show list of files/folders(file system) in the FAT system on SD card and open them. The length of list is dynamically based on content of SD card. What is the good approach to do this? Thanks for the ti...

Petr3 by Associate III
  • 1031 Views
  • 5 replies
  • 3 kudos

Resolved! Text with "Ññáéíóú" in touchgfx

Hello to all ,I am wanting to display a text that changes over time what it says, this works fine but for some reason the letters with tilde or the Ñ does not appear.I put a picture of how I set the typography and how it is shown badly written in the...

Maximiliano_0-1735924663511.png