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! Avoid reflash assets in QSPI if not needed

Hi,I have a touchGFX project that requires many images that use about 20MB of QSPI.So flash the project on the card from CubeIDE take about 2-3min each time.I wan't to know if it's possible to avoid rewrite assets if it's not needed ?Thanks

TLaur.3 by Associate II
  • 948 Views
  • 2 replies
  • 1 kudos

Hardware Button used Menu Options in Touchgfx .

Hai :I am using STM32H7 MCU custom board with Hardware Buttons. Set points can be changed by selecting the menu in the menu list and using the button.What the option used in the Touchgfx framework? I am trying change menu selection(Highlights). So us...

GMano.1 by Associate II
  • 1457 Views
  • 3 replies
  • 0 kudos

Drop-down

Hello, I create drop-down used by slide menu but it isn't working how I want.When I click this dropdown it expands and background image goes to last position, like this :I want that my background picture be in first position like that:How can I achie...

0693W00000WIOJkQAP.png 0693W00000WIOKOQA5.png 0693W00000WIOKnQAP.png
heyo by Senior
  • 1124 Views
  • 4 replies
  • 1 kudos

Resolved! TouchGFX DSI display, not coming out of standby mode.

Hello @Romain DIELEMAN​ , @Martin KJELDSEN​, I see that you have a lot of replies on the TouchGFX so I hope it's ok that I address you directly. I am running a low-power application with a DSI display and TouchGFX 13 (will update to latest eventuall...

KDubo by Associate II
  • 2456 Views
  • 4 replies
  • 0 kudos

TouchGFX - switch between containers

Hi everyone, I am a beginner in TouchGFX.Right now I have created several containers with different buttons.My goal is as follows: When klicking a button of one container I want to change to another container.So far I have found only the possibility ...

ASteg.1 by Associate II
  • 1433 Views
  • 6 replies
  • 0 kudos

Pass string to a function

I need to pass a 6 characters string to a function in a custom container, but the string is cut to 4 characters.The function is called in the screen where the container is, like this: container.function(str). If I pass a string smaller than 5 charact...

ALuiz.1 by Associate II
  • 933 Views
  • 2 replies
  • 0 kudos