STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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
  • 748 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
  • 349 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 ...