STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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 display Unicode Character “⌫” (U+232B)

I tried adding it to wildcard characters but it always displays Fallback character "?". If I try to copy  “⌫”  to wildcard ranges i get a warrning "unexpected character ⌫". I want to display this as  a character and not as an image. Is this achivable...

manto.1 by Senior
  • 291 Views
  • 3 replies
  • 4 kudos

Resolved! Sending Data From Screen1 Container A to Screen2

https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/mixinsHi, I used the documentation here and attempted to get the problem from the title working, but the issue seems to be the clickHandler is not registering the c...

Priyank by Associate III
  • 385 Views
  • 5 replies
  • 0 kudos

Resolved! TouchGFX generates invalid code

The following sequence leads to invalid code being generated:1. start a new project in TouchGFX (simulator or board)2. add a custom container3. add a static graph element named 'graph' inside the custom container4. generate code - code is fine and co...

How to access CLUT of L8 compressed bitmaps

Hello,It's quite easy to manipulate the CLUT for an L8 uncompressed Bitmap but how could we find the CLUT entries when the Bitmap is compressed with either RLE or LZW methods?When looking at the .cpp generated for such an image around the extra_data ...

PJEN by Senior
  • 287 Views
  • 3 replies
  • 0 kudos

Converting from DSI LCD to RGB (parallel) LCD

Hi, I am using the STM32H757-EVAL kit and TouchGFX with IAR Workbench. I have opened up the STMH747-EVAL kit project within TouchGFX and used it successfully with the DSI LCD. I however need to use a parallel RGB LCD for my needs. I have created a co...

SShai.1 by Associate
  • 985 Views
  • 4 replies
  • 0 kudos