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! Change from DSI interface to RGB parallel interface

Thank you for helping.environment:MCU: STM32F769BIBoard: CustomSTM32CubeIDE Ver1.5.0TouchGFX Ver4.15.0Import the project created using the STM32F769I-DISCO template with TouchGFX with STM32CubeIDE,After setting the LCD clock with GUII disabled DSI in...

Ebun.1 by Senior
  • 4102 Views
  • 16 replies
  • 0 kudos

Resolved! TouchGFX project with custom board

Hi, I will use STM32H7B3RI in our final product and its not available in TouchGFX so I need to develop a project with STM32CubeMX. I have STM32H7B3I-DK now and I can create projects and run those on development kit. TouchGFX generates its own STM32Cu...

kb24 by Senior
  • 1413 Views
  • 3 replies
  • 0 kudos

TouchGFX 4.16.1 doesn't generate images directory

I'm trying to run an example for X-NUCLE-GFX01M1 shield and I'm facing weird issues.TouchGFX generator doesn't generate images data.generated/gui_generated/src/screen1_screen/Screen1ViewBase.cpp:6:10: fatal error: BitmapDatabase.hpp: No such file or ...

How to implement PIN/Password check

I would need to implement what is described in the attached image.Somehow I should "save" which button was pressed so that if the Pin/Password is correct go to the right screen.How can I do ?

ALomb.1 by Associate III
  • 1020 Views
  • 1 replies
  • 0 kudos

Hello, I bought the MB1075E series pcb of the stm32g429 disco card. When I create a project in touchgfx and load the code on the card, the touch screen does not work properly.

I define two different buttons. Pressing the first button activates the second button, and when the second button is pressed, the first button becomes active. can you help me thank you very much

ÖDemi.1 by Associate II
  • 1240 Views
  • 3 replies
  • 0 kudos

Resolved! I can't access to model from one concrete view.

Hi allFirst of all I'm working with STM32F469I-DISCO board and I'm using TouchGFX Designer- 4.15.0.I have the next problemMy application have 4 different screens, I'm storing in the model general information, and I can access to it without any proble...