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

Ideas needed how to organize code in Screen class

As I add more widgets into a screen, and each with non trivial behavior,one problem that I start to realize is codebase for Screen class grow massively. And some widgets may have associated overlay widgets. Imagine all those code reside in one .cpp....

BParh.1 by Senior III
  • 371 Views
  • 0 replies
  • 0 kudos

Resolved! Good afternoon, In I have two projects Your JPEG_DecodingFs_DMA and mine. In your project, after executing the HAL_JPEG_Decode_DMA function in normal mode, the function returns 4110 bytes of Context in a stepwise 14 bytes. In my program, the HAL_JPEG_Deco

Good afternoon, In I have two projects Your JPEG_DecodingFs_DMA and mine. In your project, after executing the HAL_JPEG_Decode_DMA function in normal mode, the function returns 4110 bytes of Context in a stepwise 14 bytes. In my program, the HAL_JPEG...

Vlaty.1 by Senior
  • 653 Views
  • 2 replies
  • 0 kudos

FrameBuffer no data

Hello,i try to start application on STM32F7 with external RAM.I setup frame buffer and cache in external RAM, but touchgfx not loading screen to FrameBuffer, Cache is loading.I check if image will render when a set start address of cache and FrameBuf...

kk2 by Associate III
  • 3986 Views
  • 24 replies
  • 0 kudos

Resolved! How can 2 custom containers communicate to each other?

So let say I have two custom containers : container1 and container2. I want to setup a trigger from container1 and setup the associated handler in container2. How can I do this? I don't want to route the communication via Screen class, instead I wan...

BParh.1 by Senior III
  • 682 Views
  • 3 replies
  • 0 kudos