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! 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
  • 308 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
  • 968 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

Resolved! How can I draw bitmap?

Hi there. I have an image that I want to draw in a certain location and in as many as I need. I found the function HAL::lcd().drawPartialBitmap. I tried to call it from the view class in my function, like HAL::lcd().drawPartialBitmap(myBitmapId, poin...

Resolved! TouchGFX demos pt 2

Continuing saga of attempting to run a TouchGFX demo on a NUCLEO-G071RB with X-NUCLEO-GFX01M2($AZ2).I connected the NUCLEO board, selected it in TouchGFXDesigner, then selected the relevant demo.Having installed the latest TouchGFXDesigner (4.24.2), ...

TJack.2 by Associate III
  • 581 Views
  • 2 replies
  • 0 kudos