Question
I want to change the interface to LCD to RGB parallel
Thank you for helping.
environment
STM32CubeIDE Ver1.3.0
STM32CubeMX Ver5.5.0
TouchGFX Ver4.12.3
Board: STM32F769I-DISCO
This board is connected to LCD by DSI interface.
How do I change the source code to make the interface RGB parallel when creating a custom board?
If I remove MX_DSIHOST_DSI_Init () and set GPIO to output in RGB parallel, do I need any other changes?
Thank you.