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

Resolved! How to remove gaps in scrollwheel list

I have a scrollwheel with cicular function working on my screen. The list is variable depending on how many pages are required on the screen. At the moment I have 3 numbers exposed to show the next and previous pages in the list. This creates 5 drawa...

ARedm1_0-1727936490260.png
ARedm.1 by Associate II
  • 1011 Views
  • 5 replies
  • 3 kudos

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
  • 802 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 Senior
  • 1044 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
  • 678 Views
  • 3 replies
  • 0 kudos