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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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! Successfully run in KEIL but failed to run in IAR.

I want to display 2 images in a screen, but it only display 1 image when used IAR to generate code. The project does not make any changes and generates code in KEIL, then it succeeds. (The code optimizations is none and CSTACK / HEAP space is large...

V.H by Senior
  • 1130 Views
  • 4 replies
  • 0 kudos

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
  • 495 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
  • 1655 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
  • 1522 Views
  • 5 replies
  • 0 kudos