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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Labels:
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-27 10:13 AM
@Peter BENSCH​ Waiting for support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-05 1: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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-18 7:26 AM
Waiting for some experts view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-18 8:20 AM
With 16-bit wide memory it's probably a bandwidth issue.
Perhaps try with 16bpp, or animating frames without TouchGFX
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-04 1: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-04 4: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-04 8:12 PM
Code is exactly the same, I think there is something regarding the Cache memory that might be causing this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-06-05 6:06 AM
So What do you suggest? What should be the changes that need to be carried out?
