> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/bpi-m3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananapi.gitbook.io/bpi-m3/zh/bpim3mipidsiinterface.md).

# BPI-M3 MIPI DSI interface

**MIPI DSI (Display Serial Interface)：**

The display Connector is a 40-pin FPC connector which can connect external LCD panel (MIPI DSI) and touch screen (I2C) module as well. The pin definitions of this connector are shown as below. This is marked on the Banana Pi board as “DSI”.

**DSI pin define:**

please see: BPI-M3 GPIO pine define

BPI-M3 with LCD touch panel video demo on youtube:

<https://www.youtube.com/watch?v=tSqELzDR410>

**BPI-M3 LCD touch panel accessories**

<https://bananapi.gitbooks.io/bpi-accessories/content/bpi70lcdtouchpanel.html>

* note:the touch panel accessories support RGB interface and MIPI interface ,when you use BPI-M3, please choose MIPI interface.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bananapi.gitbook.io/bpi-m3/zh/bpim3mipidsiinterface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
