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

Text Area word space set

Hi,I am doing layout and confused of changing the word space of a string? It seems that the designer doesnt support this operation./JJLin

JJ.Lin by Associate III
  • 465 Views
  • 1 replies
  • 0 kudos

How to change screen from user code space?

Let say in Screen1 view I have custom widget widget1. In Widget widget1 upon certain user input, we want to switch to Screen2 view. How can we do this?Can we switch directly to Screen2 from widget1?Or widget1 has to propagate the user input to Screen...

BParh.1 by Senior III
  • 2497 Views
  • 3 replies
  • 2 kudos

Resolved! Bug in generated STM32DMA class on newest version 4.17.0

HelloJust as an information; (@Alexandre RENOUX​ )You added the function OSWrappers::taskYield() when using L8 images.TaskYield() is called in the function setupDataCopy. The problem: setupDataCopy is also called from ISR as you know, TaskYield() is ...

jimmii by Senior II
  • 1768 Views
  • 12 replies
  • 0 kudos