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! DSI display is mirrored

I am working with a custom board I designed using this display(LINK) They provide init codes on the product page that I have integrated into my project but they do not provide any any porch, timing or polarity information.  I first setup LTDC and the...

1000000497.jpg Capture1.JPG 1000000496.jpg
brohr01 by Associate III
  • 2247 Views
  • 5 replies
  • 6 kudos

Pre flashed firmware in STM32U575ZI-NUCLEO-AZ2

Hi,I want to get the access to the default pre flashed firmware image flashed while receiving STM32U575ZI-NUCLEO-AZ2 eval board. Can you share that whole firmware project along with the source code? Also, whether the UI is built using TouchGFX? If ye...

mdalal by Associate III
  • 684 Views
  • 5 replies
  • 1 kudos

Resolved! Understanding buttons state

Hello, I just noticed that foceState and getState (for toggleButton) are not what i thought they were, until now I used to think that forceState would just simulate the press of a button for being able to press a button from the code, without physica...