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! TouchGfx 4.22.1 generated code misses LCD driver

hi,I created a simple project with TouchGfx 4.22.1 for STM32F746G-DISCO and added a label to check whether the LCD worked.However, the LCD did not display anything after downloading the code. According to the log of compiling the code as below, the f...

hbZhao_0-1696799919163.png
hbZhao by Associate III
  • 1208 Views
  • 4 replies
  • 0 kudos

USB Camera with TouchGFX

Hello everyone,Could someone answert my question and its: could we are use the video widget in TouchGFX to view live frames from USB Camera?The discussion is open...Best regards,Mahdi

mids400 by Associate III
  • 481 Views
  • 2 replies
  • 0 kudos

Resolved! Hardware video decoding problem.

Hi guys.I've been trying to work hardware video decoding for a few days but it doesn't work. Latest situation is as follows:I think I made all the settings correctly.1- Enable JPEG.2- Enable MDMA channel 6 and 7 for JPEG output fifo - input fifo.3- E...

ABURM by Associate III
  • 627 Views
  • 1 replies
  • 0 kudos

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