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

Interfacing DSI to HDMI with B-LCDAD-HDMI1 adapter

Using the STM32H7 Discovery kit for STM32H747 MCU, we purchased the recommended accessory B-LCDAD-HDMI1 adapter to test HDMI displays. We have tried multiple displays in 800 to 1024 resolution range, as well as standard dell desktop monitors with HDM...

LKuma.11 by Associate
  • 1678 Views
  • 2 replies
  • 0 kudos

Getting Flickering Display After Configuring waveshare 1024x600 display for STM32F746IGTx controller

Hello friend!Im working on TouchGFX GUI. Recently i have started learning thiis software using Diffrent diffrernt tutorials available online.so i have configured FMC, I2C, Quad SPI, DMA2D and LTDC for STM32F746IGTx Controller according to the Data sh...

20230619_105058.jpg FMC.png QDSPI.png DMA2D.png

Resolved! How to create a custom triangular progress bar?

Hi I'm working since a couple of days with TouchGFX and a custom SPI-Display.Until here everything works fine. Even togheter with an RTOS.Now I would like to customize some sliders, progress bars and Icons.For me the most important question is, how t...

UZbin.1 by Associate II
  • 1886 Views
  • 5 replies
  • 0 kudos

STM32H745 on 16 depth

Hello, i have stm32h745i for my project but unfortunately the SDRAM itself is not enough to handle my gui program.I use lvgl and squareline studio to make gui. I have thought that maybe if i can reduce the color depth from 32 to 16 will reduce my mem...

BAl K.1 by Associate III
  • 1429 Views
  • 3 replies
  • 0 kudos

Resolved! TouchGFX Roadmap

Hello,I checked but I didn't find any information, is there a TouchGFX roadmap available somewhere ?Regard,NME

nme by Associate II
  • 2071 Views
  • 7 replies
  • 3 kudos

Touch GFX drawing a pixel.

HiWe are in the need to dynamically graph a moving point based on an analog input.We have a solution when using a regular display driver like RA8875, however our desire is to use Touch GFX as the solution includes more than 1 simple screen.Is there s...