2023-02-26 12:48 AM
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
2023-02-27 10:13 AM
@Peter BENSCH Waiting for support.
2023-03-05 01:41 AM
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)
2023-03-18 07:26 AM
Waiting for some experts view.
2023-03-18 08:20 AM
With 16-bit wide memory it's probably a bandwidth issue.
Perhaps try with 16bpp, or animating frames without TouchGFX
2023-06-04 01:18 PM
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.
2023-06-04 04:26 PM
Not sure you're current presentation of workable details and code is going to advance this.
Tearing, basically bandwidth or contention. Not using active/inactive frame buffer may also result in you observing painting into the display.
New Thread
https://www.texim-europe.com/getfile.ashx?id=105364
2023-06-04 08:12 PM
Code is exactly the same, I think there is something regarding the Cache memory that might be causing this issue.
2023-06-05 06:06 AM
So What do you suggest? What should be the changes that need to be carried out?