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! 8-bit parallel access to GPIO

Good evening (o;Google and this forum didn't return much information regarding accessing a GPIO port directly in 8-bit mode for read/write...for example to control a 8-bit TFT module...The HAL library also has no function for it....I assume it is pos...

Davorin by Senior
  • 2840 Views
  • 5 replies
  • 0 kudos

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
  • 3034 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
  • 526 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
  • 756 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...