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

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
  • 2135 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
  • 5882 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...