STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 1035 Views
  • 0 replies
  • 2 kudos

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

Interfacing FMC Display with STM32H743

What is the Max resolution supported in TouchGFX 4.17 with FMC display interface ? I am using a display with 800 x 480 resolution, will that work ? Display comes with a controller board using SSD1963 IC with 8080 / 6800 interface mode. Problem is tha...

VShet.2 by Associate III
  • 388 Views
  • 0 replies
  • 0 kudos

The TouchGFXDesigner v4.17.0 will keep freezing

The TouchGFXDesigner v4.17.0 will keep freezing. The program does not respond to the mouse and keyboard. When you try to close the program, you are asked whether you want to save the changes, but you cannot do anything or select anything. In this sta...

OSole.1 by Associate II
  • 270 Views
  • 2 replies
  • 0 kudos

Resolved! Successfully run in KEIL but failed to run in IAR.

I want to display 2 images in a screen, but it only display 1 image when used IAR to generate code. The project does not make any changes and generates code in KEIL, then it succeeds. (The code optimizations is none and CSTACK / HEAP space is large...

V.H by Senior
  • 543 Views
  • 4 replies
  • 0 kudos

Resolved! The image gradually darkens

Hi, I want to make a big image gradually darken, I used setAlpha() and invalidate() function in handleTickEvent(), but frequent use of setAlpha() and invalidate() function slows down tick time.Is there a better way to implement this feature?

V.H by Senior
  • 237 Views
  • 1 replies
  • 0 kudos