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

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
  • 760 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
  • 770 Views
  • 1 replies
  • 0 kudos

Resolved! How to change the resolution in TouchGFX?

When I created the TouchGFX project, I set it up to 800 *480.However, the LCD has been changed, so we have to change the things we have worked on so far to 854*480.I am trying to change the resolution in TouchGFX, but the setting part is not allowed ...

0693W000008yT31QAE.png
PKunK.1 by Associate III
  • 2393 Views
  • 6 replies
  • 0 kudos

STM32 Good Practices: Interrupts

Hello,I am preparing a much larger code that handles a slew of tasks (gathers CAN data from up to 5 different nodes, reads ADCs, sends GPIO PWM signals and ON/OFF signals, LCD display screen via TouchGFX). I have interrupts for specific tasks (when a...

KMew by Senior III
  • 7520 Views
  • 10 replies
  • 0 kudos

How to create a TouchGFX Project for Custom Board?

Hello Everybody, I am trying to create a TouchGFX project for my custom board. I follow embryonic.dk's video on Youtube. However I couldn't manage to build a project. I received errors in the first image. It says No such file or directory for app_tou...

0693W00000UnmsOQAR.png 0693W00000UnmqSQAR.png 0693W00000UnmpFQAR.png
MSent.2 by Associate II
  • 5777 Views
  • 10 replies
  • 0 kudos