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

Drag elements between lists

Hello, I created two list, in picture I marked red and I want to drag list element to another and put element from list1 to list2. Is it possible? if not, maybe someone knows another idea?

save.png
heyo by Senior
  • 624 Views
  • 1 replies
  • 1 kudos

Turn off drag for scrollable container

When I using handleDragEvent(const DragEvent& evt) function my application start to lagging. How to do that handleDragEvent function be called only when I touch image and not scrollable container? Draggable is turned off on scrollable container

heyo by Senior
  • 730 Views
  • 1 replies
  • 0 kudos

Touch simulation

Is it possible to simulate touch? For example I touch one time but executes two touches on same XY? I have one hided image and then I touch list element that image appears and I need to drag it.

heyo by Senior
  • 870 Views
  • 1 replies
  • 0 kudos