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

Keil error #5

HI there!I start to "play" with touchgfx 4.18.1, and i saw a few tutorial on youtube. I just put one button and i create my interaction and i call one virtual function (i call LED9 like in the video. After i complile and my problem is when i compile ...

SGian.1 by Senior
  • 720 Views
  • 2 replies
  • 0 kudos

ST product recommendations (cameras/wifi)

I'm looking for some processors to achieve a couple tasks. First, I would like to get input from two cameras. The interface isn't important, I will find the cameras based on the processor. But then I want to also be able to send that video stream ...

Syscall _exit() on string manipulation

I am using TGX v4.16.1 and CubeIDE v1.8.0. My hardware platform is the STM32429 Eval board.The code for the hardware backend was autogenerated from either TGX Designer or CubeMx (I do not recall which one at this point).My issue is that the applicati...

0693W00000HqnzAQAR.png 0693W00000Hqnz0QAB.png
CPaye.1 by Associate III
  • 868 Views
  • 3 replies
  • 0 kudos

I'm working on stm32f469 discovery board for GUI application , using stm32cubemx 5.4 and graphics framework stemWin, where I want to display integers from 1 to 5, my delay function is not working I guess, only 1st value 1 is displaying on the screen.

This is the application code, which I'm writing on GUI_App.c ,for (uint8_t i = 1; i < 5; i++) { GUI_DispDecAt(i, (LCD_GetXSize() - 150) / 2, (LCD_GetYSize() - 20) / 2, 1); GUI_Delay(1000);}can anyone please guide me through this, thanks in advan...

SSabo.1 by Associate
  • 508 Views
  • 1 replies
  • 0 kudos