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! touchgfx vertical line noise..

I am working on a project to control LCD with a custom board using stm32f429IG.I succeeded in displaying the screen, but vertical line noise occurs in each element.It was confirmed that there was no abnormality in the arrangement data of each image u...

0693W000003P7jKQAS.jpg
ssooki by Associate III
  • 1973 Views
  • 8 replies
  • 0 kudos

how to scroll container scroll bar limit set?

I am creating my menu using ListLayout Example of TouchGFX example code.I want to set the Limit of the Scrollbar. But when I reviewed the current example and Class, I could not find that part.How can I set Limit ?????​The end of the current list is s...

0690X000008AQxAQAW.jpg 0690X000008AQxOQAW.jpg
ikassma by Senior
  • 2257 Views
  • 10 replies
  • 0 kudos

RTOS issue with STM32L4R9ZI new project

Hi,I have STM32L4R9 discovery board which uses STM32L4R9AI Ic and i am able to work on this using Touchgfx.We have our own developed PCB with STM32L4R9ZI IC. I used STMCubeMx software to generate project of STM32L4R9ZI. i saw the settings used in dev...

Bala1 by Associate II
  • 846 Views
  • 2 replies
  • 0 kudos

Resolved! How To Get Current Page While Using Swipe Container.

So i want to change the page of the swipe container using flex buttons. There is setSelectePage function in swipecontainer class for that but its little meaningless when i dont know which page i am in. Is there a way to get currentpage? Or is there a...

KKurt.1 by Associate II
  • 1392 Views
  • 4 replies
  • 0 kudos

Update GUI Model without RTOS inter-task messaging

Hi,I need to update the GUI Model of touchGFX from another task that read data from some peripherals. I've seen that's recommended to use inter-task messaging system, like messaging queue, but unfortunately my RTOS doesn't implement anything like tha...

SPano.1 by Associate II
  • 668 Views
  • 2 replies
  • 0 kudos