显示屏使用
RDK X5提供一路MIPI DSI接口,一路HDMI接口,display只能选择其中的一路,默认是HDMI。
可以通过以下指令切换HDMI输出,和MIPI DSI输出。
切换成MIPI DSI
mv /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf.disable
mv /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf.disable /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf
切换成HMDI
mv /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf.disable
mv /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf.disable /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf
也可以通过srpi-config来选择输出方式,可以参考 Dsiplay Chose DSI or HDMI 章节
HDMI
RDK X5支持的最大分辨率为1080P60,系统默认分辨率为720P60。
默认分辨率可以通过修改/etc/X11/xorg.conf.d/1-resolution.conf
文件来实现:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection
- 对接最大分辨率小于1280x720的屏幕,可以根据实际情况,调整
Modes
,可以解决出不了图的问题。 - 对接2K,4K屏幕,建议将
Modes
设置为1920x1080
,这受限于RDK X5 的视频转换芯片的性能。
MIPI DSI
RDK X5提供一路MIPI DSI接口,支持多种LCD屏幕的接入。
支持列表
供应商 | 型号 | 描述 | 购买链接 | 使用指南 |
---|---|---|---|---|
微雪 | 2.8inch DSI LCD | 2.8寸IPS全贴合电容触控屏小屏幕480×640像素 DSI通信 | 购买链接 | 2.8inch DSI LCD |
微雪 | 3.4inch DSI LCD (C) | 3.4寸DSI圆形电容触控屏 800×800像素 IPS显示面板 十点触控 | 购买链接 | 3.4inch DSI LCD |
微雪 | 4.3inch DSI LCD | 树莓派4.3寸电容触控屏 800×480 IPS广视角 MIPI DSI接口 | 购买链接 | 4.3inch DSI LCD |
微雪 | 7inch DSI LCD (C) | 7寸IPS电容触控屏1024×600像素 DSI通信 | 购买链接 | 7inchC DSI LCD |
微雪 | 7.9inch DSI LCD | 7.9寸IPS电容触控屏超长屏幕400×1280像素 DSI通信 | 购买链接 | 7.9inch DSI LCD |
微雪 | 8inch DSI LCD (C) | 树莓派系列显示屏 8寸IPS电容触控屏 1280×800像素 DSI通信 | 购买链接 | 8inch DSI LCD |
微雪 | 10.1inch DSI LCD (C) | 树莓派 dsi接口显示屏 10.1寸IPS电容触控屏 1280×800像素 DSI通信 | 购买链接 | 10.1inch DSI LCD |
2.8inch DSI LCD
硬件连接
屏幕连接方式如下图所示:
用DSI-Cable-12cm线材,将2.8inch DSI LCD连接到X5 rdk主板的22PIN DSI1接口。