Touchgfx Tearing Issue in STM32F412VGT6
I made touchgfx GUI with STM32F412VGT6, my LCD is 240*240. The inferface is 8080 8bit (also tried 16bit mode). I use widget , container in my UI but when I change page in swipe container, there is tearing issue in my screen. And the tearing position is not in a fixed position. I capture the waveform and the data frame is not synchronous with the TE signal from the LCD. How to solve these issue in the MCU? It confused me long time. Our project is pending on this tearing issure.