Can I connect off-the-shelf DSI display to an STM32 eval board?
I need to connect a 5 inch 480x800 display to a STM32 eval board.
There are many 480x800 DSI display on the market, but all of them are designed for PI
and have standard PI 15 pin or 22 pin connector, which has 1 clock, 2 or 4 data pairs and SCL/SDA and +3.3V.
But STM32 eval boards like
https://www.st.com/resource/en/data_brief/stm32u5a9j-dk.pdf
or
https://www.st.com/en/evaluation-tools/stm32h747i-disco.html
use some unique DSI connectors and there are no displays for them.
Question is whether it is possible to connect to STM32 a display designed for PI.
The first part of this question is whether DSI clock and data pairs are compatible.
Second is what to do with other lines on STM32 DSI connector, like:
SCLK/MCLK, LRCLK, I2S, CEC_CLK, CEC, DSI_TE, LCD_BL_CTRL, DSI_RESET, TOUCH_INT, I2C4_SDA, I2C4_SCL.
I guess I2C should be compatible, but what to do with others?
Is it possible to make some simple adapter?
Thank you
