STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

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

Resolved! TouchGFX and FDCAN integration

Hi all,I am trying to use the STM32H735G-DK as a Dashboard/Speedometer for a car project. However, I am having trouble integrating the FDCAN with the GUI. I have tried building the FDCAN code first then generating the GUI and vice versa.The Board is ...

Rowzee by Associate
  • 576 Views
  • 2 replies
  • 1 kudos

Riverdi RVT70HSSNWC00-B Problems

Purchased 5 RVT70HSSNWC00-B displays from RiverDi. Can not get even the demo project working on them from touchgfx or anything, and it is very frustrating. Has anyone know a fix or had a similar experience?

manas-fe by Associate
  • 465 Views
  • 2 replies
  • 1 kudos

Resolved! Headless TouchGFX in Windows

Hello! First post on this forum.I need to run automated testing of a TouchGFX application in an isolated environment.The application takes screen snapshots and stores them to files.It should not need a display to run if it can just render images to t...

maste by Associate
  • 545 Views
  • 4 replies
  • 2 kudos

Resolved! Touchgfx print unicode problem

Good morning to all,I am wanting to make a simple numeric keypad where I only press numbers and they are seen in a text area and then when I press a button it compares it with a char and if it is the same it does one thing or another.My problem is th...