STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

DCMI interface doubles the image

Hello,I'm working on a DCMI to USB video class converter which runs on a STM32L496. The image sensor is a custom grayscale level sensor developed by my institution. It is 640x480, 8 bit per pixel, however to simplify the things I configured the DCMI ...

0690X000009jzWTQAY.png

Swipe Container selected page callback.

Hello,It would be nice to have a callback with selected page id from the Swipe Container. Now there is no way to know which page is selected. I need to know this because some constant (outside swipe container) widgets are depended from selected page....

Luk35 by Associate III
  • 925 Views
  • 5 replies
  • 1 kudos

Resolved! Discard GestureEvent on Slider

Hi,I have a slider added on View. Also, my view overriders handleGestureEvent to handle it globally. Do you have any idea how to discard gesture event, when I quickly move slider?Same problem when My FrontendApplication overrides handleGestureEvent.

KMili by Associate III
  • 550 Views
  • 2 replies
  • 0 kudos

CustomContainers with ClickListener

Hello,Why can't CustomContainers be created as 'ClickListener' objects?It's quite annoying as I'd like to create a ListLayout with clickable elements mainly through the studio and it seems the only way I can do it is through code as CustomContainers ...

GMeur by Senior II
  • 427 Views
  • 3 replies
  • 0 kudos

Resolved! Scroll Wheel give error in custom container.

I am trying to design a custom container which has a scroll well. This scroll wheel item template has a wildcard. When I add a Scroll Wheel and generate code, compiler generates same variables three time in CustomContainerBase.hpp file. Like below;  ...