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

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
  • 867 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
  • 1253 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
  • 1649 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...

TouchGFX Create a Count-down Timer

How do you create a graphical count-down timer in TouchGFX?Are there any example custom widgets that implement a count-down timer that I am not already aware of?It seems that the Model::tick() function's cycle time varies based on the LCD, so I am no...