STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

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

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
  • 1295 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
  • 2364 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...