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

Resolved! How to use Touch GFX on mac

I'm new in stm and i am using mac os and stm32cubeide for maci know touch gfx is not getting on mac nowi wonder how can we use touch gfx on mac?So the only way is installing window?Thanks

SKim.1761 by Associate III
  • 1674 Views
  • 1 replies
  • 1 kudos

TouchGFX 4.12 Can't Add Image

Hello,I am using TouchGFX 4.12. Here is what i have done and what is the problem;Created new project from CubeMX.Enabled TouchGFX from CubeMX.Opened TouchGFX and added a image object.Imported png images to the project path via image object's image pr...

Resolved! STM32F401RE Hangs working with 1BPP

Hi, TouchGFX communityI'm trying to get TouchGFX working on a STM32F401RE device with a 200x200 screen.I've created a simple project with one screen and text as 1bit color depth (Idither_algorithm := 2, opaque_image_format := BW, non_opaque_image_fo...

ADC Configuration & STemWin configuration bugs in MX Perspective and CubeMX Version: 5.4.0 Build: 20191009-1541 (UTC)

There is a bug in ADC configuration (MX perspective): "DMA Continuos Conversion Request" cannot be selected. And is rewrited back to disabled with code regeneration when corrected in code by hand.There is a bug in STemWin configuration (MX perspectiv...

RaJa by Associate II
  • 371 Views
  • 0 replies
  • 0 kudos

Problem when porting from 4.9.3 to 4.12.3

I'm facing problems when I try to port a 4.9.3 project to 4.12.3.First, I have many places in the original 4.9.3 designer project that I defined a change screen interaction with no trigger, I then use it in the code when I want to switch screens. Whe...