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

STM32F746IGT6 Hang Issue

Hi, I'm working on a TouchGFX ( version 4.18.1) project using the STM32F746IGT6 controller.. The issue I’m facing occurs intermittently — the code sometimes fails to enter the while loop inside int main(). During debugging, I noticed that the entire ...

Manage .bmp with alpha channel

Hi,I would like to manage .bmp (with alpha channel for transparency) stored in flash and show it as it was included in the application via Touchgfx designer.In other words I would like to customize my application with this bitmap simply uploading the...

DVill by Associate II
  • 39 Views
  • 1 replies
  • 0 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
  • 770 Views
  • 12 replies
  • 0 kudos

STM32H743: Moving Heap to SDRAM using TouchGFX

So Im trying to move heap to my external SDRAM and the problem is that it hardfaults after 3s and do not know why.In startup file before__libc_init_array i call fmc function which init SDRAM.Fmc function looks like this:  void fmc(void) { HAL_Init()...

heyo by Senior
  • 165 Views
  • 15 replies
  • 2 kudos

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
  • 842 Views
  • 16 replies
  • 1 kudos

Trustzone & TouchGFX/GPU2D support

Hi!Trying to get a TouchGFX working with Trustzone has shown itself to be quite the hassle. Although I have worked through a lot of issues already, my latest one has deemed real stubborn.When enabling GPU2D in a trustzone enabled project, the code th...