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! Error while renaming the touch gfx project

Hello All, I need to change the touch GFX project name MyApplication_747I to something else, I am trying to change it from config but touch gfx is not allowing it to change. I tried to edit and modify the  .touchgfx file and changed the name from "Na...

ShivDesh by Associate III
  • 419 Views
  • 2 replies
  • 3 kudos

Resolved! Test application

Hello So, I want to generate a test application, but I cannot load these on my board. Does that problem is normally because we never can upload a test application or what is the Problem here, I also added some parts to the Test application, but I can...

image.png
Bea_12 by Associate III
  • 403 Views
  • 5 replies
  • 3 kudos

TouchGFX Tutorial 3 , compile grief

if (!textClock.isMoveAnimationRunning()) .. fails after following the tutorial i receive ..Compilemake -f simulator/gcc/Makefile -j8Reading ./application.configReading ./target.configCompiling gui/src/screen2_screen/Screen2View.cppCompiling generated...

Resolved! Change Screen cover animation time

hello,In my program I have some screens and I switch between screens by programaticily. If a button pressed below code switches screenvoid Screen1_View::changeScreenToScreen2(){ static_cast<FrontendApplication*>(Application::getInstance())->gotoScr...

Epamuk by Associate III
  • 1051 Views
  • 6 replies
  • 0 kudos