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! LTDC Interface wiring STM32F429I-DISCO.

Hi All,I am trying to work out wiring for my discovery board with an ILI9488 TFT Display (MIPI-DBI 16 bit) and as I was going through Discovery board schematics for reference.  I checked the default board configuration in STM32CubeMx but the RGB565 (...

0693W00000AM0kNQAT.png 0693W00000AM0i3QAD.png 0693W00000AM0urQAD.png
PKara.1 by Associate II
  • 902 Views
  • 1 replies
  • 0 kudos

Emulator support for STM32l4R9 Series ICs.

Hi, For a new project, We have our custom board with STM32L4R9ZI IC. In our hardware setup, we don't have an external RAM to use Double Buffer. So we are using Single Buffer for rendering purpose. we have our UI with transitions like Carousel, Cover...

generating the 3 colored palette

I'm trying a palette that goes from white to red and red to green. Following this article https://support.touchgfx.com/docs/development/ui-development/scenarios/creating-dynamic-l8-images, I could make the columns colored. But I couldn't make it 3 co...

0693W000008zxJaQAI.png
Ezgi by Senior
  • 757 Views
  • 4 replies
  • 0 kudos

Are they version restriction between TGFX and CubeMX ?

Hi,In the process for learning to use TouchGFX, I encounter a weird issue, confirmed with two different boards and two different TGFX application templates:When I generate the project with TGFX Designer, import it in CubeIDE, compile it; set the righ...

AIM65 by Associate III
  • 2718 Views
  • 10 replies
  • 0 kudos

Resolved! Touchgfx: Analog Clock Time Ambiguous.

Hi,The minute hand of the Analog clock increments in hours so unlike a real analog clock the hour hand always points exactly to a digit; never in-between. This results in misreading the clock.eg: if the time is three minutes to ten, the hour hand p...