How to move from a LTDC-DSI project working on a stm32F769 disco board to a 5 inch display using LTDC-MIPI and RGB 24 pin?
Using a MIPI chip to replace the DSI functionality, I have removed DSI initialization, and configured LTDC for RGB 24 pin output, I have issues with LTDC initialization as it calls DSI? Also, in TouchGFX/target/STM32TouchController.cpp BSP_TS_Init makes calls to the driver ft6x06_ts_drv for the I2C sensor which I don't want? Is there some notes or a guide that would help me achieve this transition to a LTDC MIPI display?
