STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

2 DAYS LEFT to join the TouchGFX contest!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

No such file or directory ERRORS

I created an empty project with TouchGFX. immediately after, when I activate and compile Ethernet and LIWIP modules via the CUBE IDE, I get the following error: Descriptionfatal error: lwip.h: No such file or directory main.c/stm32h745i_disco_CM7/App...

Ekran Görüntüsü (20).png
fog.1 by Associate III
  • 899 Views
  • 2 replies
  • 0 kudos

QSPI XIP with TouchGFX

Our STM32L4S7 project is consuming internal flash much faster than we expected despite the fact that we've taken steps to move as many assets into external flash as we can, including SVG images.Our next approach is to see if we can split the TouchGFX...

ikendal by Associate
  • 754 Views
  • 1 replies
  • 0 kudos

Container caching question

Hello,I would like to improve the performance of a scrollable container by caching its sub-containers.My framebuffer is in ARGB2222 mode.My current problem is that I always get a Hardault for unaligned access even if my framebuffer is in a MPU region...

i2399 by Associate II
  • 611 Views
  • 1 replies
  • 0 kudos

Mix and Merge screens outside TouchGFX

 In TouchGFX online docs there is a Tip that I think it would be very interesting going deeper into.Are there examples? Someone tried this way? "Code StructureTIPOf course you do not need to use any features of the code generated by TouchGFX Designer...