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

Handling an input signal within 1 ms

Hello,I have to measure the pulse width and the period of Fiber-Optical Signal with STM32F469 Discovery board and view the values on the display using TouchGFX Design.I have no problem to blocking the display for a while (max. 2s) to read a pulse wid...

signal.png
mids400 by Associate III
  • 825 Views
  • 8 replies
  • 3 kudos

Resolved! LTDC not generating clock

Hi,I have a Nucleo-U5A5ZJ-Q board which i replace the mcu with a STM32U5A9ZJT6.I'm trying to use LTDC to control a 800x480 LCD (WF50FTYAGDNN0#) via RGB888.Eventually running touchgfx, but I have fallen over at the first hurdle.I have read many tutori...

PhilipC by Associate III
  • 2643 Views
  • 14 replies
  • 9 kudos

TextArea and Keyboard.

1) How can I make the TextArea widget clickable and handle the PRESSED and RELEASED events separately?2) How to create a keyboard? When the TextArea is clicked, the keyboard appears, numeric data is entered, and it closes. Is there an example of a pr...