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 add a watchdog?

My touchgfx task is often frozen. I need to add a watchdog to the touchgfx task. When the task is frozen, the system can restart automatically.How to add a watchdog in Touchgfx task?​Thanks.

LTing by Associate II
  • 824 Views
  • 3 replies
  • 0 kudos

How container can call the methods in Model ?

Hi,​I have a question when trying to change screen by click different buttons.​There are 5 buttons on Screen 1, and Screen 2 have 5 similar but different styles.When Screen 1 - Button 1 was clicked, goto Screen 2 and showed in style 1.​My mind to do ...

can do create another cpp file like screenview?

​hi everyone. I have a screen what has a many elements inside. Therfore, screen has very long kode that difficult to control. I want to group some of this code in another cpp files. This new cpp file should be like original screenView.cpp. I want to ...

Remote screen rendering using STM32 MCU

Hello, I am working on a project where I need to render a computer screen over internet on an LCD controlled by STM32 MCU, like logging to a remote computer from your computer using teamviewer, SVN or remote desktop. The LCD I will use is 13.3inch wi...

stm32f469i disco cubemx setup

Hello, I am trying to set up the correct cubemx parameters for the stm32f469i disco development board. I have used the stm32f769i disco cubemx set up found on the touch gfx resources as this has the same size display. The display is 800 wide and 480 ...

Missing ClickEvent::RELEASED event on Button

Hi,I'm struggling with a missing event in my application.As far as I can see, the touch HW is generating the touch event, the touch controller's "sampleTouch" method is signalling the event to the library correctly, the view is detecting the PRESSED ...