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! Passing references from screen to model

Hi, I was curious on the operation of the tearDownScreen function in regards to local variables created in the screen views hpp file. If I create a Struct A in screenview, and pass it by reference to the presenter then to the model, is this recommend...

Priyank by Senior
  • 626 Views
  • 6 replies
  • 0 kudos

Change Alpha on each widgets of container

Hi,I have a container with buttons, images and text (around 30).I would like to change the alpha from 255 to 128 of each widget inside the container.On the documentation, it says it it possible with container with FadeAnimator in Mixins :https://supp...

COSEBE_0-1736037012973.png
COSEBE by Senior
  • 1255 Views
  • 13 replies
  • 3 kudos

BW (1 bit) mode can't place pictures

I'm working with TouchGFX in 1-bit mode with custom SPI display and its working ok, but, I'm encountering an issue where any image widget I add always appears black, regardless of how I configure the PNG or try different combinations. I’ve seen someo...

Resolved! Issue with USB implementation with touchgfx

 I am using the STM32HUB50xBT6 development kit with TouchGFX. When enabling USB as Full-Speed (FS) and programming it with `USBH_PROCESS_STACK_SIZE` set to 4096, I face an issue where the allocation of `MSC_Handle` fails in the lower layers of the `u...

naveen by Associate III
  • 338 Views
  • 1 replies
  • 0 kudos

Driving 3rd party DSI Display

Hello,After lots of tries, I have finally been able to set all registers of the display driver I'm using. It is Ili9881c. However I have to solve my next problem as well - I'm unable to display content and it is becoming somewhat unresponsive after s...

lyuIvanov by Associate II
  • 1513 Views
  • 5 replies
  • 4 kudos