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

TouchGFX Screen Lockup / Freezing

I have encountered an issue on a project with the STM32H743 using FreeRTOS and TouchGFX v4.20.0.  Occasionally the screen will freeze up and is not resposive to touch activity.  I TouchGFX part seems to be frozen as we can view structure variables at...

PFlor.2 by Senior
  • 691 Views
  • 1 replies
  • 0 kudos

Resolved! Generate code from command-line

In my project I use TouchGFX for an STM32 microcontroller.After visually changing the view, I need to generate the updated viewBase classes in the TouchGFX Designer.Now I want to automate this process on my build-server. I am able to generate the fil...

EmbDev by Senior
  • 1690 Views
  • 5 replies
  • 5 kudos

Multiple problems with autogenerated code

Dear ST, please help me resolve these issues. Here are the details:1. I create an app in GFX with some widgets that use images. The board is https://riverdi.com/product/7-inch-lcd-display-stm32h7-rvt70hssnwn00/I program it from GFX and everything loo...

Resolved! TFT display flickering issue

Board name : stm32f746bgt6Sdram : AS4C4M32SA-7TCNMy display size is 800*480, interfacing sdram & display with mcu successfully. But my display having flickering issue, Frame buffer stored in sdram..!How to solve this error?

Resolved! Use ITCM for dynamic Bitmap (TouchGFX 4.18)

Hello, I'm using an STM32H750 and I need to implement a single small dynamic bitmap, but I have only ITCM RAM available. I read and made all the code from the articlehttps://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-feature...