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! TouchGFX: snprintf Buffer & Size Undeclared

Hello,I am running a TouchGFX compiled code and am attempting to display a value from my code onto the LCD screen. I used the Tutorial 2 format for using the Unicode:snprintf function, but I am getting an error."TEXTLED_STATUS_SIZE" was not declared ...

0693W00000VOjLkQAL.png
KMew by Senior III
  • 873 Views
  • 1 replies
  • 0 kudos

Which DMA and CPU access combination is faster?

Hi,I want to transfer DCMI data using DMA into SRAM and then process this with the CPU.I'm using the STM32H743.What will be faster:A:Using DMA1 or DMA2 to transfer data into SRAM1 or SRAM2 and access it with the CPU.B:Using DMA (MDMA?) to transfer da...

CJans.1 by Associate III
  • 352 Views
  • 1 replies
  • 0 kudos

CacheableContainer does not use caching

Hello,we try to display graphs as performant as possible. Unfortunately the rendering takes a long time. Especially when several are integrated in ScrollWheels.The CacheableContainer should be made for this.We put a graph and more widgets in the cont...

JBenn.1 by Associate II
  • 529 Views
  • 1 replies
  • 0 kudos