Skip to main content
Caan
Associate III
February 26, 2023
Question

What is the problem with this display, I am using the STM32F7508-DK With 800x480 Display but I am getting artifacts when using transition function in touchgfx

  • February 26, 2023
  • 3 replies
  • 1996 views

I am using TST070CBOT-01P Along with STM32F7508-DK using RGB Interface , I have wired the jumpers with the display to the corresponding pins and everything works fine in static mode, But when transition begins then the Display shows artifacts as shown in video.

Interface- RGB 24 bits

MCU - 200 MHZ

TFT Clock- 30 MHZ

This topic has been closed for replies.

3 replies

Caan
CaanAuthor
Associate III
February 27, 2023

@Peter BENSCH​  Waiting for support.

Caan
CaanAuthor
Associate III
March 5, 2023

I am posting 2 video of the same setup but with different LCD

First one is working great(I have increased the frames for slow motion on the first)

The first one is 4.3" MINDAS TFT 480x272

The second is 7" 800x480 TST070CBOT-01P TFT

Caan
CaanAuthor
Associate III
March 18, 2023

Waiting for some experts view.

Tesla DeLorean
Guru
March 18, 2023

With 16-bit wide memory it's probably a bandwidth issue.

Perhaps try with 16bpp, or animating frames without TouchGFX

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ZExpo.1
Associate III
June 4, 2023

Please excuse me for the delay, I cannot figure out why the tiny stm32f429 can run the 7" LCD but the mighty F750 cannot correctly drive the TFT.

Ihave changed the the RGB to RGB565 (16-bit) but there is no change.