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

Resolved! How to add my Header Files in GFXTouch

Hello, I'm having trouble inserting my own header files. No error is displayed in the STM32IDE when compiling, but when I compile in the GFXTouch, the errors are in GFXTouch.png.I've already included the paths include in c and c++. How can I include ...

PHolz.1 by Associate II
  • 1362 Views
  • 1 replies
  • 0 kudos

How to pass information from list to view window?

I've created list in my view window:and by add new date I create elements in list. My custom container looks like that:When I click plus button it calls this function:How u see there is ProfileCount++; variable and I need to pass that value in to my ...

_legacyfs_online_stmicro_images_0693W00000biNTgQAM.png _legacyfs_online_stmicro_images_0693W00000biNTqQAM.png _legacyfs_online_stmicro_images_0693W00000biNU5QAM.png
heyo by Senior
  • 1057 Views
  • 7 replies
  • 0 kudos

New here but looking for a way to dynamically draw a compass (text or graphic like attached) for top half of image. Each time I read a new value from compass, I would want to redraw...

Also, maybe the ability to draw direction arrows - think person heading in a direction but software knows they need to head to a different degree so arrow points they way they need to go.

I'm implementing TouchGFX on a Custom BoardI detected that the RAM DQS Pin(OCSPI2_DQS) is always low and does not work.

I'm implementing TouchGFX on a Custom Board using the same circuit as the STM32H735G-DK for the external memories. I detected that the RAM DQS Pin(OCSPI2_DQS) is always low and does not work. The display is always grey as the framebuffer is not writt...

MLuis.1 by Associate III
  • 761 Views
  • 2 replies
  • 0 kudos

STM32H7 with TouchGFX __libc_init_array hardfault

Hi, i'm using STM32H750VB and it has 128kB embedded flash, so i'm using an external 16MB qspi flash. When i'm trying to fit firmware to internal & external flash, i modified linker script like this: base hal libraries are located in internal flash an...

Eralp by Associate III
  • 2365 Views
  • 8 replies
  • 0 kudos

Bare metal DMA2D

Hello allI have a custom STM32L496RGTx-based board onto which I'm migrating a legacy rendering engine. I'd really like to accelerate text rendering and I'm looking into DMA2D for a4 format font data.I have a little test setup which attempts to popula...

DCarr.1 by Senior
  • 2005 Views
  • 5 replies
  • 0 kudos

AnimatedImage can not work

I add three AnimatedImages in a screen, but only one can work normal.I transplant 'Knight Hits Zombie Game' code and bring my own project, the Zombie and Head AnimatedImages can not play but the Knight AnimatedImage work normal. (The Zombie and Head ...

V.H by Senior
  • 3491 Views
  • 18 replies
  • 0 kudos