STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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! How do I get the active screen from the model

I'd like to only update variables, which are shown on the current screen. How do I get the current screen in a switch case structure, in the model::tick() function. I tried to alter the tick function to get the currentScreen parameter from the Fronte...

DSI Host TE & High Speed communication

Hi,I use cubeIDE with STM32F778AI and trying to configure amoled with DSIHost , I made it work with Low power communication .Now I am trying to make High performance communication. I changed to High power but it doesn't work. I need to change someth...

davidra7 by Associate II
  • 306 Views
  • 0 replies
  • 0 kudos

STM32f767Zi freezes when using strings

I am using freeRTOS , there are two threads one is for TouchGFX gui task and other for my main task.I have given 4096*4 bytes of stack for each task and heap size in freeRTOS config is 65536Now, when I declare a string controller freezes. I want to ...

Hardware JPEG mixing encode and decode

So who was the bright spark who decided that both encode and decode should use the same callback function names? Duh! Means I can't even make them static to isolate them! Doesn't the JPEG hardware know whether its doing an encode or a decode?Also, th...