DSI Video mode with Double buffering
Hi, i'm using custom board based on the STM32F769I_dsico board (using the same LCD drv, DSI comm). Now i wanted to use DSI video mode but i had some issues with starting the DSI video mode to work. after succeeding to start the video mode with touchgfx. i found tearing issues, so now i'm trying to use double buffering
I generated code sample for DSI video mode with double buffer, but sitll i have the tearing issue. after debugginf i found only the second buffer is updated not the 1st buffer.
So how to fix this issue?
