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

Changing TouchGFX folder structure.

Hello everyone,I’m currently facing an issue with my project folder structure when using TouchGFX Designer (v4.21.4) together with STM32CubeIDE.Since the project was originally created with TouchGFX Designer, the generated structure (See below) is a ...

kesara7_0-1759310066362.png kesara7_1-1759310242907.png
kesara7 by Associate
  • 275 Views
  • 4 replies
  • 3 kudos

Resolved! STM32H743 LTDC Problem

Hey,I have a confusing error, i have a Riverdi 7" TFT Panel (https://download.riverdi.com/RVT70HSTNWC00-B/DS_RVT70HSTNWC00-B_Rev.1.2.pdf)Actually my LTDC Init is this:static void MX_LTDC_Init(void) { /* USER CODE BEGIN LTDC_Init 0 */ /* USER CO...

Sany by Associate III
  • 975 Views
  • 5 replies
  • 1 kudos

Resolved! Video widget on portrait mode

Hello,I use a custom board based on STM32H750 (as Discovery board) with a 800*480 TFT (24 bit).I try using the Video widget with the sample_video_1_medium_480*272 but in portait mode it show bad image, not understandable.Next I try a custom video wi...

FToma.1 by Associate
  • 2291 Views
  • 6 replies
  • 1 kudos

Implementing Grayscale LCD Using TOUCH GFX

Hello,I am working on a display using an 8-bit grayscale TFT LCD.The LCD panel itself is grayscale, but the driver IC is a hybrid designed for RGB.Because of this, pixels are grouped in sets of three, each driving RGB subpixels. For example, if the L...

DIpark by Associate
  • 363 Views
  • 1 replies
  • 0 kudos

LCD shift during display

BeforeAfterHello everyone.I am in a tough situation when the LCD shift during display without touching the board as some pictures above:I am using STM32F469ZIT6 and SDRAM IS42S16400J-6TLI. Here is the configuration: static void MX_FMC_Init(void) { ...

BLS_Karo by Associate
  • 172 Views
  • 1 replies
  • 2 kudos

Display Freeze

Hello All,I'm working on my own project using an STM32H573x microcontroller. I use TouchGFX to design the display graphics, and the FMC module to interface with an ILI9341 display controller. Data is transferred to the FMC banks using DMA in linked-l...

AB595 by Associate II
  • 473 Views
  • 3 replies
  • 0 kudos