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! How to make image widget clickable?

I have placed several Image widgets in my Swipe Container, now I want the image widget to support clicks and call my function, how can I make it?I have tried to inherit from the Image widget and implement handleClickEvent, however it doesn't implemen...

LXGMAX by Associate
  • 126 Views
  • 2 replies
  • 0 kudos

Missing setScrollThreshold for ScrollList

We're currently investigating issues with our scroll list regarding the selection of an element.Scrolling works fine (resistive touch with ~4k points in each direction on an 480x272px screen). But if you want to select an item, on most occasions a dr...

sndstrm by Associate
  • 80 Views
  • 1 replies
  • 0 kudos

stm32 and touchgfx

Hello,I downloaded a project on the net to write on a 800x480 tft screen with an ssd1963 driver with an STM32F429 ans TouchGFX, I'm starting with the stm32 and I can't get a display on my screen (the screens are created by TouchGFX), I have another c...

PSEBA.1 by Associate II
  • 137 Views
  • 3 replies
  • 1 kudos

Graphic color

Hi,using the graph object is it possible to change the color of the line during creation?Example: I have a line that starts from time 0 and arrives at time 10. From 0 to 5 the color of the line must be red, from 5 to 10 the color of the line must be ...

AndreaTW by Associate II
  • 83 Views
  • 1 replies
  • 0 kudos