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

how to configure stm32 in stm32CubeIDE for touchGFX?

1.what SOCs that can support the touchGFX now?2.stm32LR9 should support touchCFX,but in stm32CubeIDE,I can not make the touchGFX enable,just STemWin enable,what interfaces that I must enable.I refer the STM32F429 example, configure the CRC,DMA2D,Free...

Hgang by Associate
  • 805 Views
  • 3 replies
  • 0 kudos

Passing data from one screen to another

Hello,What's the best way, if any, to pass data from one screen to another if you don't want to save this data anywhere BUT in the screen classes themselves?I can't think of a way to do that. I know that the data can be easily saved in the applicatio...

GMeur by Senior II
  • 1392 Views
  • 1 replies
  • 0 kudos

Resolved! Error in touchgfx (zip entry size is too large)

Hello,I am using Touch GFX on my hardware (STM32F429).When I create a text area and change the name of text,i encounter error that say "error during code generation" then opens a window that say" ZIP entry size is too large"It was working better befo...

Hhesa by Associate II
  • 2503 Views
  • 11 replies
  • 1 kudos

Resolved! STM32 Graphics with Linux GNU toolchain.

Hi all ! I am mainly working on Linux with GNU toolchain. It works well except for graphics programming as TouchGFX works only on Windows.I would like to know if someone find a solution to this problem. But perhaps everybody works on Windows ... I wi...