2023-04-10 06:05 AM - edited 2023-11-20 08:38 AM
I'm trying to drive 7 inch 800x480 display from STM32F750-DK by replacing inbuilt 4.3 inch 480x272 display. I'm using application template from TouchGFX designer designed for 4.3 inch 480x272 display. I followed stpes this forum answer and get relavant values from display datasheet. Also I followed this video. I have changed the values in LTDC configration and TouchGFX generator according to my display.
I have changed the "Start Address 2" by adding 16x480x800/8 to the "Start Address" I'm using RGB565 as in the Application template that's why it is 16, not 24. (But I tried using 24 and RGB888 configuration as well. But it also had that same issue.)
Finally I was able to drive static screens. But the problem is when something change in the display, display is shaking(objects are moving here and there). For better clarity I have attached the video
I have pasted screenshots as well
From the TouchGFX designer I just only put pink box as backgound to fill the area.
Same issue happens when change between 2 static screens without any transition animation as well. But after the screen changed it shows without any issue. Issue happens only at the moment of changing (Since animattion changes continously issue exist continuously as in the video)
I have attached my CubeMX file as well
Do I need to change some code changes as well ? I haven't change code in the application template. Did I missed some CubeMX configration ? I only configrured LTDC and TouchGFX generator.
I need some guidance/help to drive this display. Also If some one have some sample touchgfx projects to dirve 7 inch display highly apprciate If you can share them with me.
Thank you
2023-06-04 08:26 PM
No we stopped testing on that board we are in a time critical project. Also we found that another one has the same issue from that thread mentioned above. Seems like there are some issues in that board. Maybe that might be one of the reasons the board is NRND by STM
2023-06-04 08:31 PM
Alright, That means we invested in the wrong Development board.So which board did you finalize for the 7" TFT development?
2023-06-04 08:33 PM
STM32H750B-DK this is the one we are currently using
2023-06-04 08:34 PM
Also go through that https://forum.allaboutcircuits.com/threads/stm32f750-800x480-lcd-causing-artifacts.192298/ thread as well. There are some different suggestions
2023-06-04 08:34 PM
If you able to do with another board please add it to this thread as well