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

LVGL and Square Line Studio for STM32F469i-disco

Hello I had old build of STM32F469i-disco with LVGL and square line studio interface. when i burn that hex in this board it won't work. But same board when i try with touchgfx it work. if there is any change in LCD pinout ot some other change let me ...

himsha by Associate II
  • 803 Views
  • 14 replies
  • 1 kudos

Resolved! LTDC Rotation 180 degres

Hello i'm using touch GFX with STM32H7RS-DK And i need to evaluate for a future product if display rotation is possible.I tried this implementation but drawCacheEnabled isn't reconize by software so i removed it and the widget is working but the scre...

Hamady by Associate III
  • 730 Views
  • 11 replies
  • 0 kudos

Animated Image and RGB565 compression

Hi. While testing the animation, I noticed strange behavior in the Animated Image widget when using the RGB565 image format with compression.I'm using an STM32U599, LTDC/RGB24bit, the animation is started with a button.Immediately after startup, the ...

Jin454 by Associate II
  • 585 Views
  • 4 replies
  • 0 kudos

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
  • 442 Views
  • 3 replies
  • 1 kudos

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
  • 273 Views
  • 1 replies
  • 0 kudos

How to use DSI_TE_DSILINK?

My project is working as expected using the DSI_TE_EXTERNAL with a TE pin from the display.How to get the TE event via DSI? Is that default enabled?If I use "CmdCfg.AutomaticRefresh = DSI_AR_ENABLE;" then I get the interrupt to my callback. But timin...

KRasm.2 by Associate II
  • 491 Views
  • 1 replies
  • 0 kudos

TouchGFX with Zephyr RTOS on STM32H745

Hi Community, We are exploring the migration of our FreeRTOS-based firmware to Zephyr. Our current design heavily relies on TouchGFX (provided by ST) for controlling an 800×480 touch display. Here are some key details of our setup: TouchGFX with exte...