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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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

Running out of Code Space

Hello Everyone,I'm using an STM32L496 (1MB of flash) with an MT25QL128A external flash memory (16MB) for graphics assets in my TouchGFX application. I'm finding that I'm running out of code memory (the memory on board the STM32, not the memory on the...

BWKidd by Senior
  • 796 Views
  • 3 replies
  • 1 kudos

Resolved! bootloader with simple text to lcd stm32F7

I have a custom stm32f746 project.  Touchgfx main app is working.  LCD is 800x480I developed a bootloader that is also working.Now just want minimum necessary peripherals to allow simple TEXT output to LCD to show bootloader status.  Trying to keep b...

FJB2069_0-1758500474689.png FJB2069_1-1758500516148.png FJB2069_2-1758500722469.png
FJB2069 by Senior
  • 717 Views
  • 1 replies
  • 0 kudos

Partial Frame Buffer not updating

Hi all,I'm trying to use the partial frame buffer feature and I get the first two partial frames (40 lines), but TouchGFX does not seem to update the screen into the partial buffer.  Just using TouchGFX no DMA, and no ChromArt. My home screen is :But...

Archer_Lawrence_0-1754587554422.png Archer_Lawrence_1-1754587770711.png

STM32H747I-DISCO display task issue

Hello everyone,I am working on implementing display output using the STM32H747I-DISCO board. After designing the display in TouchGFX and generating the project code, I encounter a serious issue: when I modify the .ioc file (for example, enabling TIM ...