I've got an old TFT display (with touch) and i wondering if i can use it from the dsi port like the official raspberry pi screen is doing?
If possible, what are the options?

do you know details of your display? Is it MIPI-DSI at all?David_amsalem_99 wrote: ↑Fri Jul 24, 2020 3:09 pmI've got an old TFT display (with touch) and i wondering if i can use it from the dsi port like the official raspberry pi screen is doing?
If possible, what are the options?
I know it's from a Samsung tablet a series it is mipi with 50 pinsaBUGSworstnightmare wrote: ↑Fri Jul 24, 2020 4:19 pmdo you know details of your display? Is it MIPI-DSI at all?
well, you need to have the data sheet for the timing and init sequence, a Raberry Compute Moduk (as there is the risk that yoir display will use more than 2-lane MIPI) and some knowledge in how to interfave it. Last but not least you will have to write a display driver ...David_amsalem_99 wrote:I know it's from a Samsung tablet a series it is mipi with 50 pinsaBUGSworstnightmare wrote: ↑Fri Jul 24, 2020 4:19 pmdo you know details of your display? Is it MIPI-DSI at all?
Sounds like I've got a lot of work to do and a lot to studyaBUGSworstnightmare wrote: ↑Sat Jul 25, 2020 7:31 pmwell, you need to have the data sheet for the timing and init sequence, a Raberry Compute Moduk (as there is the risk that yoir display will use more than 2-lane MIPI) and some knowledge in how to interfave it. Last but not least you will have to write a display driver ...