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

TouchGFX template problem

In version 1.15 of the TouchGFX online user guide, a template for the STM32G071 + X-Nucleo-GFX01M1 development board is referenced (in the section: Development / Scenarios / TouchGFX on low Cost Hardware) but in the software TouchGFX Designer this te...

AGall.2 by Associate
  • 498 Views
  • 1 replies
  • 0 kudos

TouchGFX and video play

Dear all,I'm developing an application with a STM32750N8 and I'm using TouchGFX for the GUI. I am using a 4.3 "RGB (parallel) display with 480x272 resolution but I will also need to use a 7" 1280x720 (parallel RGB) display.Since I have to play videos...

0693W000004IcQFQA0.jpg
Luca G. by Associate III
  • 366 Views
  • 0 replies
  • 0 kudos

Global Color Palette / Themes

I would like to use a central color palette for my application. But I haven't found a good example of how to implement that. There doesn't seem to be anything in touchGFX designer to implement this.My first attempt was to place some colortype varia...

Dfarr.1 by Senior
  • 624 Views
  • 2 replies
  • 0 kudos

Double buffer with Touchgfx

Hello, I have some doubt regarding touchgfxSuppose I set for Double buffer and I am using customize widget. I get my framebuffer using below and later I modify buffer as per my customize widget logic. My doubt is that suppose I am modifying first ...