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

MPJEG video demo for STM32F746G-DISCO?

This post (https://touchgfx.zendesk.com/hc/en-us/community/posts/115000138705/comments/115000702685 ) mentions a demo for an MJPEG video player in TouchGFX.The link is given as:http://ftp.draupnergraphics.com/TouchGFX/demos/simple_video769eval.zipNo...

Resolved! TouchGFX for Nucleo boards

Is it possible to implement touchgfx with a NUCLEO board. I think yes because my NUCLEO STM32F767NI has LTDC.But i doubt because the aren't touchgfx templates for nucleo boards.

AMerc.4 by Senior
  • 771 Views
  • 3 replies
  • 0 kudos

TouchGFX, STMCube, Converting to Double buffering

I have a Newhaven 800x480 display connected to the STM32F746G-DISCO board.Finally got the display and the touch working. It is currently using a single buffer @ 0xC0000000 SDRAM.There is some artifacts when the screens change with the cover process....

MEder by Associate III
  • 1174 Views
  • 3 replies
  • 0 kudos

Is this data model safe

In order to implement my ui component more independently, I design it this way.// subclass of containerMyComponent::MyComponent(){ // init some ui // ... Application::getInstance()->registerTimerWidget(this);}MyComponent::~MyComponent(){ Application:...

shark by Senior
  • 578 Views
  • 2 replies
  • 0 kudos