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

Resolved! The image gradually darkens

Hi, I want to make a big image gradually darken, I used setAlpha() and invalidate() function in handleTickEvent(), but frequent use of setAlpha() and invalidate() function slows down tick time.Is there a better way to implement this feature?

V.H by Senior
  • 492 Views
  • 1 replies
  • 0 kudos

n00b question: How big of a screen?

Trying to decide if TouchGFX with some variant of STM32H7 is the right solution for us and the Boss wants to know how big of a screen we can expect to drive and still get quality resolution and snappy feel. How do I determine memory requirements and ...

Use opencv on stm32

hi I was wondering if with libmjepg middolware it is possible to use opencv, and if it were which mcu interface should I use? thanks

SDall by Associate II
  • 1641 Views
  • 1 replies
  • 0 kudos

Resolved! Linker error in TouchGFX and VisualGDB

Hello,I'm trying to setup a system with STM32F7 with hardware FPU, TouchGFX and VisualGDB. I can compile, however during linking I get the following error:TouchGFXConfiguration.cpp Linking VisualGDB/Debug/Ozonclean... c:/sysgcc/arm-eabi/bin/../lib/gc...

eddiemat by Associate II
  • 1509 Views
  • 5 replies
  • 0 kudos