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

UI stuck in takeFrameBufferSemaphore

HiWhen switching between screens fast, my UI always ends up freezing. Debugging reveals that it waits forever, waiting for the frame buffer semaphore.Here is the call stack: Inspecting other running tasks shows nothing wrong. Only the graphics task s...

0693W000008ww2rQAA.png
Gom by Associate II
  • 8653 Views
  • 69 replies
  • 2 kudos

Resolved! TouchGFX: Displaying Data from Code Onto Display

Hello,I am using the TouchGFX Designer to make screens on the display on the STM32H7B3I-EVAL board. I have run through the tutorials, so I feel pretty familiar with how to use TouchGFX. My next goal is to have data displayed on the screen that was ga...

KMew by Senior III
  • 1222 Views
  • 3 replies
  • 0 kudos

Resolved! Respected Sir/Mam , I cannot able use the keyboard example in the ongoing project of the same screen in STM32H7B3I-EVAL.

Respected Sir/Mam , I cannot able use the keyboard example in the ongoing project of the same screen in STM32H7B3I-EVAL.When I have tried to insert it, it is not visible and having blank code inside it. Although Touch GFX 4.17 version has that facili...

Sanchit1 by Associate III
  • 2065 Views
  • 17 replies
  • 0 kudos

Resolved! TouchGFX 4.20 issue with slide transition

I've recently updated with no major issue my TouchGFX project from 4.18.1 to 4.20.0.The screen behaves like before with one major exception: all the slide transitions have become way slower and laggy now with the new version.When previously with 4.18...

TDele.1 by Associate III
  • 1281 Views
  • 7 replies
  • 0 kudos

ScrollList only snapping Top/Left

Currently I'm designing a UI using TouchGFX and like the ease of use. But there are some limitations:A ScrollList can only snap in the topmost (leftmost in horizontal mode) position, if not circular. I've designed dropdown menus, where due to limited...

0693W00000SvZv8QAF.png 0693W00000SvZvDQAV.png
sndstrm by Associate
  • 583 Views
  • 2 replies
  • 0 kudos

Numkeypad

Im doing numbers keyboard and do not know how to change bitmap position then i press the buttonIm using this struct :

0693W00000UnCt2QAF.png 0693W00000UnCweQAF.png
heyo by Senior
  • 624 Views
  • 6 replies
  • 0 kudos

How to edit text?(keyboard)

I'm making a custom keyboard and want to add some extra functionality. I need to be able to edit the texts (i.e. by marking the place of the text and moving the entire text to the right when writing). Maybe someone has done something similar and can ...

heyo by Senior
  • 1017 Views
  • 6 replies
  • 0 kudos

Resolved! TouchGFX Widget TextArea Alignment

I have set up some TEXTS (On Off). I noticed that there are 2 alignment settings here (see #2 and #3) in the imageWhat does the 2 alignment setting do?Then there is the alignment for the actual widget (#1)Which alignment wins as far as the text being...