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

Stuck with OSWrappers::takeFrameBufferSemaphore

Well, hello, here I am again.Today I would like to ask you about OSWrappers::takeFrameBufferSemaphore() method. Unfortunetly in our device we get some random 'hangs' after minutes or even hours of working. Inside this method TGFX waits for a semaphor...

0693W000006F90TQAS.png
maciek by Associate II
  • 1578 Views
  • 5 replies
  • 1 kudos

Resolved! Graph data not showing

Hello.I would use a static graph to display data. In the handletickevent function, I update the addDataPoint(x data, y data) function for the given page, but nothing appears on the graph, the scale is fine, but no line or change in the x direction ca...

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 2491 Views
  • 0 replies
  • 2 kudos

TouchGFX

Hi Team,I have a requirement to create an elevator animation based on user input.I have a 3D image representing a single floor, and I am using it in a container to create a scroll list for multiple floors. However, because of the 3D image, there is a...

ScrollistBlock_ActualOP.PNG SingleBlock.PNG RequiredOP.PNG
APate.18 by Associate III
  • 1571 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H7S78-DK 1280x400 TFT

i'm referring to the STM32H7S78-DK which specifically mounts the new STM32H7S7L8 mcu there is the possibility of driving a 1280x400 rgb 888 or RGB 565 tft display using a double frame buffer with reasonable performance  we can carry out an example (F...