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

Working with Embedded Sync Codes

Hi,I have DCMI working with external sync, but what I get in memory is the video data with the sync codes (0xFF 00 00 YY). So in this case I needed to implement a code to extract this sync codes to get only the active video, but it waste processor re...

eng23 by Senior
  • 1064 Views
  • 4 replies
  • 0 kudos

Displaying long texts in a small text area.

Is it possible that long texts automatically are displayed in a small text area by running endless to the end of the text and starting again at the beginning? Scrolling the text within one textline?Are there examples in youtube to see the result, and...

MHase by Associate II
  • 1037 Views
  • 4 replies
  • 0 kudos

Resolved! Changing to a different Touch Controller

HelloTouch controllers vary depending on the LCD panel.It seems that the controller called FT6206 is used in STM32F769I-DISCO.If I use another controller, do I have to create the driver software from scratch?What should I refer to?Thank you.

Ebun.1 by Senior
  • 1081 Views
  • 4 replies
  • 0 kudos

stm32h743i + touchgfx

Hello.Im trying to flash evaluation board STM32H743I-EVAL with help of touchgfx designer 4.10.0.In the simplest case i create project with application template ST STM32H743I EVAL and without any elements (no backgrounds, buttons etc.).But when i try ...