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

textArea alignment problems

textArea can only be configured in the design of the text alignment, but not in the code to dynamically modify the alignment of the text, which is very strange, because then, in the long text of the automatic line breaks, the Chinese need to be left-...

Nex-Leo by Associate II
  • 154 Views
  • 3 replies
  • 0 kudos

TouchGFX no internet connection

I still have the same issues since a few releases of TouchGFX also in the new release that i can not download the boards or any demo or so out of the software. What is the reason to this? I tried a lot of things but it wont work. So is there any solu...

Can not open an existing TouchGFX project

Hello, I'm currently developing a GUI for STM32H747I DISCO as all of a sudden, i couldn't open my touchgfx project properly anymore. Everything worked well before. Now there are no screens shown in the designer and the application name is always "MyA...

E_SGR by Associate
  • 225 Views
  • 2 replies
  • 0 kudos

Resolved! Color Frame Buffer Start Address missing.

Hello STM-Community.I am currently working on some project with the "LIZARD Board" from Actron and a 800*480 LCD-screen.I followed the Instruction in https://support.touchgfx.com/docs/development/board-bring-up/how-to/03-display-internaland also othe...

JanzTecJP_0-1746698312862.png

change ScrollWheel's content dynamicaly

When screen initializes:  scrollWheel1.setNumberOfItems(1);  scrollWheel1.setDrawables(scrollWheel1ListItems, updateItemCallback, scrollWheel1SelectedListItems, updateItemCallback);After run for some time, scrollWheel is re-configed as: scrollWheel1....

shark by Senior
  • 1330 Views
  • 5 replies
  • 1 kudos