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

printing updated strings in a model

hello people..actually i want to display a string..i did in this waychar buff[10]="hello";Unicode::snprintf(buffer,10,"%s",buff);but am not getting anything.....in the prinf the buffer is i had the textarea from touchgfx that buffer am taking here......

prathima by Associate II
  • 3707 Views
  • 16 replies
  • 0 kudos

Resolved! Memory on dev kit vs image size

Hi,looking at this dev kit  https://www.st.com/en/evaluation-tools/32f469idiscovery.html#overviewit comes with a 800x480 pixels display and the QSPI is "only" 128Mbit.Am I correct in saying that (without any compression) it can only store just over 1...

Ricko by Senior III
  • 777 Views
  • 3 replies
  • 2 kudos

60Hz Static graph rendering

Hi, I'm trying to render a 60Hz waveform using a static or dynamic graph widget. The use-case is to render all 480 points at a 60Hz rate, e.g., a noisy sin wave... My graph is size 240x480 pixels using 480 data points. I'm trying to demo this on 2 Ev...

PJD by Associate
  • 2343 Views
  • 1 replies
  • 0 kudos

Resolved! touchgfx compression tearing

I'm using TouchGFX version 4.24.1 with external flash memory mapping at address 0x90000000.When using the original image, there are no issues. However, when using the compressed RGB565 function, a tearing effect appears on the LCD screen. If I disabl...

관박.1 by Associate II
  • 1548 Views
  • 6 replies
  • 0 kudos

Resolved! How to change the static graph line's color?

Hi there,As the title, I use a static graph with a line, and I want to change the line's color according the data.But I check the API of static graph in TouchGFX document, I didn't find the function like setColor() or setLineColor().How can I do it b...

Junde by Senior III
  • 2112 Views
  • 1 replies
  • 0 kudos