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

LTDC color issue

Hi,I am faced with some color issues on a custom board (STM32H7A3). A 800x480 24 bit LCD is connected and the LTDC pixel format is RGB888. For testing is set the background color within LTDC initialisation to:  hltdc.Init.Backcolor.Blue = 128; hltdc....

0693W00000QKwntQAD.jpg
SSchw.7 by Associate
  • 1232 Views
  • 2 replies
  • 0 kudos

Resolved! External loader fails to download

Hi all,I'm trying to put some TouchGFX data (images, text, ...) in an external flash (S25FL128L) on a custom board with STM32H7B0VB mcu. I'm using the octo-spi peripheral as quad-spi.So, I followed the guide to make an external loader and I did it. I...

nikof by Associate II
  • 5450 Views
  • 15 replies
  • 0 kudos

TouchGFX 4.20 containers code error

Error[Pe738]: a class-qualified name is required E:\project\insulation\iso_monitor\isoMainx\TouchGFX\generated\gui_generated\include\gui_generated\containers\CCDisResDiagBase.hpp 33  touchgfx::GraphElementLine ;Error[Pe029]: expected an expression E:...

sxiao.1 by Associate II
  • 594 Views
  • 1 replies
  • 0 kudos

Low power mode of touchGFX

Hi,I'm using touchGFX.MCU : STM32H747idisplay : ILI9806Etouch pannel : GT911I'm developing multi-task using touchGFX.task1 : uart with another mcutask2 : led on/offtask3 : get button state​I'm trying to reduce power consumption of entire system when ...

YKim.10 by Associate
  • 1171 Views
  • 3 replies
  • 0 kudos

Generic error dialog and TypedText structure

Hi everyone, I am currently trying to write a generic error dialog for displaying messages to users. To achieve this, I created a container with a TextArea with a single wildcard. The wildcard's initial value is set to "> text goes here <". Everythin...

Binary Translations - number of text resources

Similar to this:https://support.touchgfx.com/4.20/docs/development/ui-development/touchgfx-engine-features/using-binary-fonts#generating-binary-fonts-in-another-project....I have a separate project that produces my binary translations and for the mos...

Guit32010 by Associate III
  • 652 Views
  • 2 replies
  • 0 kudos

TouchGFX dynamic graph

we use GraphWrapAndClear and update the graph every 1 second, it works fine. but the problem is after running for long time (over 12 hours), there is some short line flicker on the different part of screen. if we move out of this screen, and come bac...

JXu.21 by Associate II
  • 1799 Views
  • 7 replies
  • 0 kudos