> 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-m1hdmiinterface.md).

# 香蕉派 Banana Pi （BPI-M1） HDMI interface

香蕉派拥有一个1.4版本的HDMI接口，因此我们可以很方便的通过HDMI 到 HDMI 接口的线缆来连接BPI-M1和支持的显示器系统。

![](https://github.com/bananapi/bpi-m1/tree/9b51b70d106c536353e7bde2f9eea2220c29ab70/zh/HDMI%201.png)

如果您没有HDMI接口的显示设备，或不方便直接与HDMI接口设备连接到一起，您可以通过HDMI to VGA 或 HDMI to DVI 转接口转换到其他标准视频接口上，以便可以方便的连接您的显示器。

注：如果您确实要使用转换器连接，要注意转换器供电。如果转换器供电不足可能导致显示不正常，更甚者烧掉您手里的开发板。

![](https://github.com/bananapi/bpi-m1/tree/9b51b70d106c536353e7bde2f9eea2220c29ab70/zh/HDMI%202.png)

注意：请使用质量过关的线缆，如果您的HDMI-TO-HDMI或HDMI-TO-VGA或HDMI-TO-DVI 质量较差的话，可能会导致显示不正常。


---

# 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-m1hdmiinterface.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.
