STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

GPU2D not available when using L8 Pixel Format

Hi, I am using an STM32U5A9ZJT with LTDC L8 buffer and cannot select GPU2D, is support for L8 being added soon?Being able to use L8 and vector fonts would be ideal for storage savings. I also noticed that the "hardware" option for vector rendering is...

PhilipC by Associate III
  • 458 Views
  • 1 replies
  • 0 kudos

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
  • 1429 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
  • 3817 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...