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

Resolved! How to implement "SwitchScreen()" in touchgfx?

Hello all, I am trying to switch the screen throuch code in touchgfx.If I use SwitchScreen, how shall I state the argument (screen* newScreen)?If, for example I want to switch to Screen7. Shall I call the function with SwitchScreen(scr7)?where scr7 i...

kvkhekale by Associate II
  • 8018 Views
  • 33 replies
  • 2 kudos

Resolved! Changing from LCD16bpp to LCD8bpp

Hello, I am facing an issue where the rendered frame buffer is printed on the display as gibberish pixels.I'm using the Nucleo F746ZG and interfacing it (over SPI) with an external display controller that writes to a 240*320 display. I was not able t...

bornamm_0-1716256740120.png bornamm_1-1716257064226.png
bornamm by Associate II
  • 1292 Views
  • 9 replies
  • 1 kudos

Bug report: Wildcard use and swapping text.

Hello,I found an "edge" case with TouchGFX Designer.I have a message box that can swap syntax between language and wildcard count.think of:-ID1: "Clock stop"-ID2: "Clock <min>"-ID3: "Clock <sec>.<usec>"I was able to set a base class with id3 and both...

Marc_LM by Associate III
  • 95 Views
  • 1 replies
  • 1 kudos

ILI9488 and STM32F432CHU6

Dear all!i need help, I try to fill Screen in Red, but can't. I download library from GitHub. I don't know how to fix it. i attach original library, i disable 1 line in C file. Pin PB7 control 1 led and it blink as my expect, can you help share me ho...

STM32H7S78-DK error RGB888

Hello everyone, I present my problem.I am doing a simple project with Touch GFX on my Discovery STM32H7S78-DK. My main goal is to display images (the ones provided by touchGFX) in RGB888.I created the project and moved to CubeMX to view the .ioc file...