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 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 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
  • 2006 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
  • 677 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
  • 1235 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
  • 603 Views
  • 2 replies
  • 0 kudos

How to write a code for a counter.

I am very new to coding, but I have to get this program written for work. I need some of the buttons that I have put into my TouchGFX project to consecutively count up and down after each press of the button on the screen. How would I go about settin...

KTayl.3 by Associate
  • 420 Views
  • 1 replies
  • 0 kudos