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

How to change to the previous screen

Hi,I want to do something like this:1) receive button input from touchGFX2) execute operations to be processed3) switch to the previous screen or a specific screen.​​I run it as below, but the same screen appears.void bookScreenOperView::operOKFuncti...

Hwoo- by Associate II
  • 991 Views
  • 2 replies
  • 0 kudos

Popup with return value

Hi,I'd like to have a popup in my app, in which the user can press "Confirm" or "Cancel".I'm looking for a way to have my code written like this:popup_res = show_popup(); if(popup_res == true){ /* user clicked on 'confirm'. do something */ } else...

CHech.1 by Associate III
  • 1070 Views
  • 3 replies
  • 0 kudos

TouchGFX screen transition graphics corruption

I have just created a fresh test project based on TouchGFX 4.8.1 but I am seeing graphics corruption during screen transitions. The graphics are otherwise perfect and normally look correct, it's just the 'old' screen becomes corrupt when the 'cover' ...

0693W00000JM82jQAD.jpg
Holo by Associate II
  • 2416 Views
  • 5 replies
  • 0 kudos

Resolved! Font table copy to sdram for used and display error.

I saved font table in norflash and copy to sdram for used.I want to show text “abcdefghijklmn�? but it actually shows is “a#c#e#g#i#j#m#�?, and the strange thing is that all the odd chars are correct and the even chars have this strange behavior.  Th...

0693W00000JPeSGQA1.png
V.H by Senior
  • 772 Views
  • 3 replies
  • 1 kudos