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

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
  • 410 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
  • 288 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
  • 459 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 ...