STM32 MCUs TouchGFX and GUI

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

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
  • 948 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
  • 578 Views
  • 2 replies
  • 0 kudos

Scroll List Item Selected Callback

Hi. I've been working on a project with STM32 and touchGFX. I'm struggling with a simple issue that could be easily solved if I had more experience with the framework and with C++. I'm working with a 7 inch touchscreen display. In one screen, i inser...

Resolved! TextArea widget display failure

Using TOUCHGFX Rev 4.24.2And following https://support.touchgfx.com/academy/tutorials/tutorial-02TextArea widget fail to show valid value. void MainView::buttonUpClicked(){    touchgfx_printf("buttonUpClicked\n");    counter++;    Unicode::snprintf(t...

Daniel_Marosi_0-1735515621468.png