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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

Touchgfx display refresh issues

I am using STM32H757 board which MIPI DSI LCD onboardCreated touchgfx project and disabled RTOS (as I don’t want to use RTOS in my project). Tim6 is used for SYSI am incrementing a value by 1 (variable is declared as global static) on gui from model:...

k_c2024 by Associate II
  • 1496 Views
  • 5 replies
  • 0 kudos

Resolved! Incorrect Screen Output. (Shifted image)

Hello everyone.I am doing a TOUCHGFX project with STM32H750IBT6, W25Q512, IS42S32400F-6TL. I took my first screen printout and the image came out shifted. I am using my screen vertically by rotating it 90 degrees in Touchgfx Designer. I still haven't...

asdasd.jpeg
MKoca.1 by Senior
  • 870 Views
  • 4 replies
  • 1 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
  • 757 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...