STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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

Return to "previous" view & keep track of views

Hello everyone!The question is simple, i want to be able to "return" to the previous view when entering a sub-menu (view).There are many ways to do this, like manually assigning a label/identifier to each view.Pushing the label anto a stacked stored ...

ExampleMenu.png
XD by Associate III
  • 286 Views
  • 3 replies
  • 1 kudos

Screen set Visible

Dear all!Normally, Screen  will display in 305ms, the transfer to Screen1. In Main.C, bat_e will be calculated, if bat_e= true, will hide Screen and Screen1 and display Screen 2. can you share me how to do it.

Shaking animation

Hello,I am trying to add warnings to widget when an error happens (shake / judder).I first started looking at the MoveAnimator class but there is no way to "ease" if the startXY == endXY.Other than hand rolling the position myself (as Gaetan shows), ...

Marc_LM by Associate III
  • 195 Views
  • 1 replies
  • 1 kudos

Unable to LTDC ReConfigure/Reinit after LTDC Deinit

  Hi, I am trying to reinitialize the LTDC-TFT LCD controller in a task when I press a button. I am using the STM32H735G-DK kit, which has a TFT LCD. I have created a project using TouchGFX, and it seems the display gets initialized and loaded with...

rakesh1_0-1730545920340.png
rakesh1 by Associate II
  • 595 Views
  • 7 replies
  • 0 kudos

Resolved! STM32U575ZI + GFX02Z1 - joystick issues

Hi, I'm having a really hard time with the above example TouchGFX Board Setup in TouchGFX Designer 4.24.1.  What should be a really straightforward (supported hardware) project has thus far got me very confused. As a simple test for a slightly more c...

Al-E-Bags by Associate III
  • 232 Views
  • 1 replies
  • 0 kudos

Resolved! TouchGFX keyboard with password

Hello to all,I am working on a stm32h745i-disk project that uses keyboard and I would like to hide the characters in the password field.how can I do it? i.e. I don't understand when you press a key on the keyboard where do you type so that it is show...