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! Touchgfx bulleted text list?

I have an application where there is a potential for lots of text. It would be nice to break up the next into a bulleted list or a numbered list. Is there a clever way to do this with the Touchgfx framework? I think making typed text values for ea...

CPaye.1 by Associate III
  • 736 Views
  • 2 replies
  • 0 kudos

How to configure external Sdram to avoid "`TouchGFX_Framebuffer' will not fit in region `RAM'" problem

I'm trying to build application on my custom STM32F429IITX board (no OS), external sdram is ISSI- IS42S16400J-7TL, 480x272 display, when I try to build app ,I'm getting some errors as you see below FirstProject.elf section `TouchGFX_Framebuffer' will...

0693W00000HpFlvQAF.png 0693W00000HpFZkQAN.png 0693W00000HpFZBQA3.png 0693W00000HpFmZQAV.png
Uusta.1 by Associate III
  • 1875 Views
  • 1 replies
  • 0 kudos

TouchGFX video in standalone project

I'm working on a project using TouchGFX 4.18.1 on a STM32H750VB MCU.As it's a corporate project, I use an internal framework/platform that works fine with TouchGFX 4.18.1, on IAR Workbench in addition of TouchGFX Designer.Now I'm trying to integrate ...

BDELI.2 by Associate II
  • 375 Views
  • 0 replies
  • 0 kudos

Character is not generated correctly

Hi,I am trying to add the character '123∞' to the "verdana_40" font data. Before this, Some characters (between 0x20 - 0x7A)has been added to it.They are managed by array "unicodes_verdana_40_4bpp_0[]", while I found that the the character '∞' was g...

JJ.Lin by Associate III
  • 645 Views
  • 2 replies
  • 0 kudos

FlushFrame Works But Frame Fulls Garbage

Hello,This is an interesting problem. We are developing a system. Touchgfx task are independent from main task. It is hard to explain all software but i will try to make it simple.There is only one screen in touchgfx project and it is startup screen....