STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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

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
  • 298 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
  • 246 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
  • 135 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
  • 305 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...