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 BoxWithRoundedCorner and Border

 Hi Team,I hope this message finds you well. I wanted to inquire if the TouchGFX team has any plans to introduce a BoxWithRoundedCorner widget in TouchGFX Designer.I’ve created a custom implementation on my end, but managing multiple widgets has prov...

TouchGFX build fails

when i run on touchgfx but with cubeide when i build there isn't error : gcc/makefile_cm7:503: recipe for target 'CM7/TouchGFX/build/Riverdi_70STM32H7/CM7/TouchGFX/target/generated/TouchGFXGeneratedHAL.o' failedmake[3]: *** [CM7/TouchGFX/build/Riverd...

Aziz by Associate II
  • 527 Views
  • 3 replies
  • 0 kudos

Framebuffer shifts across the screen in runtime

I am using similar hardware to the stm32f469i-disco however the screen is a st7701 and is ran in video mode (burst mode) with double buffer.I have added a video below showing the issue, for context the framebuffer doesn't shift with quick interaction...

JSime.1 by Associate II
  • 887 Views
  • 2 replies
  • 0 kudos

LTDC and Partial FrameBuffer Strategy

I have a STM32H7B3 Discovery Kit.To free up RAM for my application I tried to configure the PartialFramebaffer.Compilation fails with the following error message:undefined reference to `touchgfxDisplayDriverTransmitActive'The question is: is it possi...

QuiQuipu by Associate II
  • 907 Views
  • 7 replies
  • 0 kudos

Resolved! TouchGfx with ILI9341

Hi All,This is the first time I am posting on this forum. I am new to cubeIde/cubeMX world. I have recently started integrating the touchGFX capability to my stm32 boards. I followed some online tutorials and youtube videos like these:(https://www.yo...