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

ISS66WVH8M8 PSRAM as TouchGFX framebuffer

Working with a custom STM32U5F9ZJT6Q board that has an ISS66WVH8M8 (Octo-SPI 166 MHz 64 Mbit PSRAM) that we would like to use for the framebuffer to a 1024x600 RGB888 LCD.  The RAM sits on the HSPI1.  With that as a reference I was able to configure ...

AQue by Associate III
  • 3516 Views
  • 16 replies
  • 4 kudos

Resolved! GUI background advice

Hi there TouchGFX team!I'm working on a GUI that monitors several values, like in the screenshot.  What is the best way to create those gray blocks. Should I add a background image will all the circle + gray boxes + text, and then render the values. ...

JPabl1_0-1727196291426.png
JPabl.1 by Senior
  • 586 Views
  • 2 replies
  • 0 kudos

Resolved! highlight scroll wheel selected icon

hi,I have a scroll wheel with 7 icons, with a circular appearance.I'd like to enlarge a bit the selected item, to make clear that item has been selected, is it possible? can touchgfx resize the selected icon?Thanks in advance

ab73 by Associate II
  • 836 Views
  • 3 replies
  • 1 kudos

Resolved! CubeMX + TouchGFX code generation problem

Hello! First, some information. The board that I am using is a custom board with an STM32U599VJT6. It is supposed to interface an RGB666 480x480 display with parallel interface and a Sitronix ST7701S (I have correct initialization code). I am current...