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

Latest STemWin version?

Hi,with my recent download of CubeMX I have got emWin version 5.44. Are there newer versions for the STM32F7 family? I would be interested in version 5.48 or higher because of the changed MENU widget function.RegardsJan

Jan1 by Associate II
  • 726 Views
  • 1 replies
  • 1 kudos

Animation and single framebuffer

We want to use AnimationTextureMapper to animate an image and it works fine when we use doubble framebuffers but with a single framebuffer we get flickering. Because we have limited RAM I wonder if anyone has any ideas/tricks how to get flickerfree ...

MLind by Associate II
  • 472 Views
  • 1 replies
  • 0 kudos

How to enable snapper in touchgfx?

Hello all,I need to write a Callback for Drag event, same as ClickListener for Click event.I found Snapper functions for the same. But, I cant find how to include a Snapper as a mixin in Touchgfx designer. Do we need to include Snapper as a mixin exp...

How to draw gauge tickmarks without image

Is it possible to draw the gauge tickmarks without using an image? I have to use some widgets (gauge, circular progress) layered one above the other and one image hides the image from beyond.What's the best approach to do this (canvas, shapes, ...)? ...

WPrec by Associate II
  • 550 Views
  • 2 replies
  • 0 kudos