STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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
  • 2130 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
  • 367 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
  • 571 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...