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

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
  • 2368 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
  • 1620 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
  • 2140 Views
  • 1 replies
  • 0 kudos

LCD touch not working beyond the pixel 480 on a 800 x 480 STM32F746G_DISCO after replacing with NHD-4.3-800480EZ-ASXP-CTP (EK9716B : is the display and FT7311 : is the Touch controller)

STM32F746G_DISCO by default has 480 x 272 . We changed the display to 800 x 480 (EK9716B LCD and FT7311 Touch controller) . Then we used the TouchGFX 4.17 / 4.16 to generate the code and updated the parameters to reflect 800 x 480. The 800x480 images...

XP.1 by Associate
  • 1369 Views
  • 3 replies
  • 0 kudos

Resolved! how to update background customcontainer

Hi Touchgfx team! I've this screen requirement  I'm doing it with a custom container list as in the listLayout example. Currently, once I press the audio element, I'm able to move the "on" text to the left, and add the image. Now, I want to update th...

JPabl1_0-1729268063707.png
JPabl.1 by Senior
  • 681 Views
  • 2 replies
  • 1 kudos

display update frequency

Hi,I am learning TouchGFX and I have gone through all the study materila from the TOuchGFX academy.I am having a BW monochrome display on the SPI channel. And the display need not have to get updated unless there is a change in frame as the display i...

mdalal by Associate III
  • 736 Views
  • 3 replies
  • 0 kudos

Resolved! erros openamp with touchgfx

I have an STM32H745 Kit with two processors: M7 and M4.I created graphics using TouchGFX and built several screens.I set up the M4 to work with the RTC, and I want to send information from the M4 to the M7 using OpenAMP.I modified the linker file and...

motaz9898_0-1729497414177.png
motaz9898 by Associate II
  • 2647 Views
  • 3 replies
  • 1 kudos

Resolved! Linker errors updating from older touchgfx

So I bit the bullet and upgraded my touchgfx from 4.19.1 to 4.24.1 because the older version was unusable in that it locked up as soon as you looked at it.Now I have several linker errors after I have generated code from the designer in my stm32cubei...

GMeta.1 by Associate III
  • 1133 Views
  • 5 replies
  • 1 kudos

Resolved! TouchFX Zephyr Integration Font Issue

Hi,I am working on integrating TouchGFX into Zephyr and have made some progress. However, I am currently facing an issue where the text appears scattered and displayed strangely.I have enabled DMA2D, and the font data is stored in external QSPI flash...

karsparskambala_0-1728667263867.png karsparskambala_1-1728667310453.png karsparskambala_3-1728667357637.png