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! Whether Video is support in STM32U5 controller?

Hi,I am having STM32U575 boards with me and I am able to use a simple TouchGFX project with U575ZI_GFX02Z1 example from TouchGFX.I tried embedding example Video from TouchGFX and my compilation fails for the below error:(.text._ZN8touchgfx11VideoWidg...

mdalal by Associate III
  • 367 Views
  • 1 replies
  • 0 kudos

Add numeric keypad display

I'm just starting to use touchGFX and am trying to figure out the best way to design the functionality I need. I need a numeric input panel along with a display of the number that was entered. I need 10 digits (0-9), decimal point, a backspace, and a...

Touchgfx Numeric Keypad

I would like to enter password through numeric keypad. But could not find any example with numeric keypad. Since my display size is limited 320x240 pixels, alpha numeric may not be easy to use, any body has implementation for numeric keypad for quick...

YSN by Senior
  • 1449 Views
  • 4 replies
  • 0 kudos

is there any GUI Tool for STM32H523?

Hi, therewe will start a project which will use STM32H523 as MCU, to control a LCD.first, we want to know, is there any GUI tool which can help us to build LCD display contents, then generate codes fot STM32H523?and do you have any sample project usi...

memory limit question

There was an issue where the screen froze due to too many packages. Is there a way in TouchGFX to check the memory limit for a screen and the amount of memory each package uses to evaluate the number of packages that can be used?

yu_jay by Associate II
  • 606 Views
  • 3 replies
  • 1 kudos

Administrator access for TouchGFX

Hi there Touchgfx team,Touchgfx can not run simulator or generate code on my Win11 laptop. I found out that touchgfx needed administrator access to have those function in Win11, but Win10 not. Because my laptop is for working and provided by my compa...