> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/bpi-m1/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-m1/zh/bpi-m1rgbdsiinterface.md).

# BPI-M1 RGB 显示接口

**RGB DSI (串行显示接口)：**

显示器接口是标准的40-Pin FPC 接口的排插。如果您要连接兼容BPI-M1 **RGB DSI**接口的显示器，您需要通过一根软FPC连接线与之相连接。这个接口支持通过I2C扩展触摸。这个接口在BPI-M1上定义为"DSI"。接口定义如下：

**DSI 接口定义:**

请见BPI-M1 扩展GPIO定义

**BPI-M1 LCD 触摸显示屏配件链接：**

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

* 注意：此触摸屏为兼容MIPI(见BPI-M3或最新板卡视频接口) 和 DSI(BPI-M1所采用的扩展显示屏的接口标准)。请注意选择正确的接口连接显示屏。因个人原因导致的触摸屏损坏的情况，本公司不负责更换。


---

# 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, and the optional `goal` query parameter:

```
GET https://bananapi.gitbook.io/bpi-m1/zh/bpi-m1rgbdsiinterface.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
