Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

MIPI DSI implementation

Status
Not open for further replies.

Jane11

Member
Where can I check specification for MIPI DSI interface?
Are there any code samples ( controller driver implementations)available for MIPI DSI?
Is there any way how to check if a particular LCD uses this MIPI DSI interface?
Thank you for your feedback
 
According to this site,

Specifications are available to MIPI members only.

The LCD specs should say what interface it is using. The Raspberry Pi uses the DSI. I also found - https://hackaday.io/project/364-mipi-dsi-display-shieldhdmi-adapter. It is an FPGA project that claims to have built a DSI controller. The block diagram leads me to think that they have actually done it in the FPGA. This is their git repository - https://github.com/twlostow/dsi-shield . It would be some task reverse engineering the verilog to understand the DSI implementation.

Hope this helps :-/
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top