Difference between revisions of "3.5inch HDMI Display-B"

From LCD wiki
Jump to: navigation, search
Line 1: Line 1:
== <font color="blue">Usage</font> ==
+
{{lan
===Step 1:Download the Raspbian IMG===
+
|
https://www.raspberrypi.org/downloads/raspbian/
+
cn=http://www.lcdwiki.com/zh/3.5inch_HDMI_Display-B
===Step 2: Burn the system image===
+
|
If you don't know how to do that,you can refer to the [https://www.raspberrypi.org/documentation/installation/installing-images/README.md Raspberry Pi office tutorial]
+
en=http://www.lcdwiki.com/3.5inch_HDMI_Display-B
 +
}}
 +
 
 +
<tabber>
 +
产品说明=
 +
== <font color="blue">产品图片</font>==
 +
[[File:MPI3508-03.jpg|300px]]
 +
[[File:MPI3508-01.jpg|300px]]
 +
 
 +
 
 +
== <font color="blue">产品介绍</font>==
 +
 
 +
* 3.5inch标准显示器,支持HDMI输入,刷新率60FPS以上
 +
* 物理分辨率480x320,可配置软件分辨率高达1920x1080
 +
* 可用作树莓派显示器,带触摸控制功能(需安装触摸驱动)
 +
* 可用作电脑显示器、电视盒子、PSP等标准HDMI输出设备(无触摸功能)
 +
* 兼容并可直接插入所有版本树莓派主板(树莓派1代B型和Zero需另配HDMI线)
 +
* 支持HDMI音频输出,背光亮度可调节
 +
 
 +
== <font color="blue">产品参数</font> ==
 +
 
 +
* 尺寸:3.5(inch)
 +
* SKU: MPI3508
 +
* 物理分辨率:480×320(dots)
 +
* 软件可调分辨率:480×320~1920×1080(dots)
 +
* 触摸:电阻触摸屏
 +
* USB输入电源:5V 1A
 +
* 功耗:940mW (亮度80%)
 +
* 510mW (背光关闭)
 +
* 外形尺寸:85.5*60.6(mm)
 +
* 产品重量:净重55(g),毛重145(g)
  
===Step 3: Open terminal and Install the driver online===
+
== <font color="blue">硬件说明</font> ==
<font color="red">(Your Raspberry Pi should be connected to internet Correctly)</font>
+
[[文件:MPI3508-04.png|无框|472x472像素]]
 +
<br /><big>①</big>背光按键:背光亮度调节按键,短按背光变化10%,长按3秒关闭背光
  
'''Run:'''<br>
+
<big>②</big>HDMI接口: HDMI信号输入接口
 +
 
 +
<big>③</big>耳机接口: HDMI音频输出接口
 +
 
 +
<big>④</big>USB供电接口:用作普通显示器使用时提供电源(5V 1A)
 +
 
 +
<big>⑤</big>树莓派26PIN母座:用作树莓派显示器时从此处获取电源和返回触摸
 +
==  <font color="blue">在树莓派Raspbian/Ubuntu Mate/Win10 IoT Core系统中使用</font> ==
 +
<div style="border:#A7D7F9 2px solid;background:white;  padding: 20px 1em;">
 +
<big>'''方法一:快速安装(树莓派需连接互联网)'''</big>   
 +
 
 +
* '''步骤1,安装官方镜像'''
 +
 
 +
# 从官方下载最新镜像
 +
# 按官方教程步骤安装好系统
 +
 
 +
* '''步骤2,安装LCD驱动  '''<br /> 1)用Putty连接登陆树莓派系统到用户命令行(初始用户名:pi 密码:raspberry)        <br /> 2)执行以下命令(复制后在Putty窗口中单击鼠标右键即可粘贴):
 
{{code|1=
 
{{code|1=
sudo rm -rf LCD-show
 
 
git clone https://github.com/goodtft/LCD-show.git
 
git clone https://github.com/goodtft/LCD-show.git
 
chmod -R 755 LCD-show
 
chmod -R 755 LCD-show
 
cd LCD-show/
 
cd LCD-show/
 +
sudo ./MPI3508-show                        }}
 +
 +
*执行完上述命令后,系统会自动重启,重启就能正常显示和触摸了
 +
</div>
 +
'''<big>方法二:离线安装</big>'''                                              <br />
 +
 +
*安装视频:
 +
 +
::{{#ev:youku|XMzcwMTg5MjA4OA}}
 +
 +
* '''步骤1,安装Raspbian/Ubuntu官方镜像'''                                                                      
 +
 +
:1)从官方下载最新Raspbian或Ubuntu镜像 https://www.raspberrypi.org/downloads/
 +
 +
:2)使用SDFormatter格式化TF卡,
 +
 +
:3)使用Win32DiskImager把官方镜像烧录到TF卡。
 +
 +
* '''步骤2,修改config配置文件'''                                                                               
 +
 +
:步骤1烧写完成后,将光盘内Driver文件夹中的”[http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz]”拷贝到TF卡根目录,
 +
 +
:打开TF卡根目录的config.txt文件并在文件末端加入以下代码,保存并安全弹出TF卡:
 +
{{code|1=
 +
hdmi_force_hotplug=1
 +
config_hdmi_boost=7
 +
hdmi_drive=2
 +
hdmi_force_hotplug=1
 +
hdmi_group=2
 +
hdmi_mode=87
 +
hdmi_cvt 480 320 60 6 0 0 0
 +
}}
 +
 +
* '''步骤3,将SD卡插入树莓派,按照图片所示连接硬件:'''
 +
 +
[[文件:MPI3508-05.png|无框|476x476像素]] 
 +
 +
* '''步骤4,给树莓派上电,接上鼠标键盘,打开树莓派上的terminal终端:''' 
 +
 +
[[文件:MPI3508-06.png|无框|483x483像素]]
 +
 +
* '''步骤5,在terminal终端中输入如下指令:'''
 +
{{code|1=
 +
cd /boot
 +
 +
cp LCD-show.tar.gz ~
 +
 +
cd ~
 +
 +
sudo tar zxvf LCD-show.tar.gz
 +
 +
cd LCD-show/
 +
 
sudo ./MPI3508-show
 
sudo ./MPI3508-show
 
}}
 
}}
  
Wait A Few Minutes, when the system reboot ok, you can see that.<br>
+
== <font color="blue">如何作为普通显示器使用</font> ==
 +
 
 +
:使用HDMI连接线将电脑HDMI输出信号连接至LCD的HDMI接口;                     
 +
:将Micro USB连接线一端连接LCD的USB供电接口,另一端连接至电脑的USB端口。                     
 +
:如有多个显示器,请先拔掉其他显示器接口,将本LCD作为唯一显示器进行测试。                   
 +
:注: 触摸功能只能接树莓派使用。
 +
 
 +
== <font color="blue">如何旋转显示和触摸 </font>==
 +
 
 +
* [[如何旋转显示和触摸(电容触摸)]]
 +
 
 +
==<font color="blue"> 资源下载</font>==
 +
 
 +
*'''文档'''
 +
 
 +
# [http://www.lcdwiki.com/zh/%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85LCD%E9%A9%B1%E5%8A%A8(CN) 如何安装LCD驱动(CN)]
 +
#[http://www.lcdwiki.com/zh/%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85%E8%99%9A%E6%8B%9F%E9%94%AE%E7%9B%98(CN) 如何安装虚拟键盘(CN)]
 +
# 产品尺寸图:[[:文件:MPI3508-07.PNG]]
 +
 
 +
*'''驱动下载'''
 +
 
 +
# 本地下载:[http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz]
 +
 
 +
*'''镜像下载'''
 +
 
 +
:如果你觉得前面步骤的修改配置、安装驱动都比较困难或者仍然显示异常,请先使用我们预装好驱动的镜像,
 +
:下载后解压并把镜像写入到TF卡中。然后把卡插入树莓派就可以使用了。
 +
 
 +
{| class="wikitable" border="1" style="width: 80%; margin-left:1.5%;background-color: white;"
 +
!Image Name
 +
!Version
 +
!Support
 +
!Password
 +
! colspan="2" |Download
 +
|-
 +
| rowspan="2" |Raspbian(480X320)
 +
| rowspan="2" |2018-04-18
 +
| rowspan="2" |PI3B+/A/A+/B/B+/PI2/
 +
PI3/ZERO/ZERO W
 +
| rowspan="2" |user:pi
 +
password:raspberry
 +
|(addr1)Baidu Pan:
 +
|[https://pan.baidu.com/s/1a2fgh43JmJjkr0UGZsMRaw raspbian_180418_MPI3508_480320.7z]
 +
|-
 +
|(addr2)Mega:
 +
|[https://mega.nz/#!jbYnRACT!MrKnSGr4yzdP0Th1a1wTqE0EXGq352ejZRb6Ax-jqvw raspbian_180418_MPI3508_480320.7z]
 +
|-
 +
| rowspan="2" |Raspbian(800X480)
 +
| rowspan="2" |2018-04-18
 +
| rowspan="2" |PI3B+/A/A+/B/B+/PI2/
 +
PI3/ZERO/ZERO W
 +
| rowspan="2" |user:pi
 +
password:raspberry
 +
|(addr1)Baidu Pan:
 +
|[https://pan.baidu.com/s/1wphIR2w0boPX8t5jT63Yjg raspbian_180418_MPI3508_800480.7z]
 +
|-
 +
|(addr2)Mega:
 +
|[https://mega.nz/#!7LZTlYIR!uEZPFwi_NHOcb5C3cgwx49BlE_Ac-UPNmGROulgbCws raspbian_180418_MPI3508_800480.7z]
 +
|-
 +
| rowspan="2" |Ubuntu
 +
| rowspan="2" |Mate:16.04
 +
| rowspan="2" |PI3,PI2
 +
| rowspan="2" |user:pi
 +
password:raspberry
 +
|(addr1)Baidu Pan:
 +
|[https://pan.baidu.com/s/1zCeAajBPMkI30VDM_kRYNw UbuntuMate_16.04Beta2_MPI3508_600400.7z]
 +
|-
 +
|(addr2)Mega:
 +
|[https://mega.nz/#!SSJjkYZY!-G8hJjMUCGSVRTFgyHkuYJRqoTWLho0H6JxoFE8OV0U UbuntuMate_16.04Beta2_MPI3508_600400.7z]
 +
|-
 +
| rowspan="2" |Kali-linux
 +
| rowspan="2" |2017.2
 +
| rowspan="2" |PI3,PI2
 +
| rowspan="2" |user:root
 +
password:toor
 +
|(addr1)Baidu Pan:
 +
|[https://pan.baidu.com/s/1KYcTrqk4md1wXY6lfcsOvA Kali_17.02_MPI3508_480320.7z]
 +
|-
 +
|(addr2)Mega:
 +
|[https://mega.nz/#!jDRnSY4Z!ZhVXek9Jd5etjUXwexH1W2uqg_Mz0WJcwziqPPdDbmo Kali_17.02_MPI3508_480320.7z]
 +
|}
 +
 
 +
* '''常用软件'''
 +
 
 +
# [http://www.lcdwiki.com/res/software/Panasonic_SDFormatter.zip Panasonic SDFormatter]
 +
# [http://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
 +
# [http://www.lcdwiki.com/res/software/putty.zip PuTTY]
 +
 
 +
[[#top|BACK TO TOP]]
 +
 
 +
|-|
 +
常见问答=<table class="a-r at-c roundy bgd-blue bl-white" style="margin-left: 5px; margin-bottom: 5px;">                                                                                                                                                    <table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;"><table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
 +
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF"> <big><big>
 +
问题:使用光盘/网盘提供的树莓派镜像,无法正常使用LCD,怎么处理?
 +
</big></big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>确定硬件连接无误且接触良好
 +
</li><li>确定Micro SD卡烧写正常,系统启动是否正常。
 +
</li><li>树莓派正常启动时PWR灯常亮,ACT灯闪烁。
 +
</li><li>如果发现两灯都常亮则可能是Micro SD卡烧写镜像不成功或Micro SD卡与树莓派接触不良。
 +
</li><li>推荐使用5V 2A电源适配器对树莓派进行供电。 如使用电脑USB接口供电,可能由于供电不足导致树莓派无法正常启动。
 +
</li>
 +
</ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
  
== <font color="blue">Driver download</font> ==
+
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
 +
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF"> <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>使用树莓派官方提供的镜像, LCD无显示是什么原因?
 +
</big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>LCD需要安装驱动才能正确显示,具体请参考”如何安装LCD驱动”相关说明文档,
 +
</li><li>建议先使用我们提供的镜像,测试通过后,再自行安装驱动程序。
 +
</li></ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
  
*Local download:   [http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz]
+
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
 +
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF"> <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>装好驱动后如想切换回传统显示器进行显示,如何操作?
 +
</big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>请参考”如何安装LCD驱动”相关说明文档,使用以下命令切换:
 +
{{code|1=
 +
sudo ./LCD-hdmi
 +
}}
 +
</li></ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
  
== <font color="blue">Images download</font> ==
+
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
If you feel that the previous step's modification configuration, installation driver is more difficult or still display exception.
+
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF"> <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>使用7寸HDMI屏时显示正常但无触摸功能,如何处理?
 +
</big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>检查触摸排线接插处是否运输松动
 +
</li><li>检查USB一端是否连接树莓派4个USB口中任意一个,另一端连接到液晶屏的USB Touch接口.
 +
</li><li>可先将USB触摸连接到电脑USB口,观察是否能正常被电脑识别并正常触摸,以此可以判断触摸功能好坏,
 +
</li></ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
  
Please use our pre-loaded image to download and write the image to the TF card. Then insert the card into the raspberry pie.
+
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
 +
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF">  <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>问题:更新升级镜像之后无法使用?
 +
</big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>更新需按照以下方式进行,否则可能导致镜像无法运行:
 +
<pre style="border: 1px dashed black;color:black">
 +
sudo apt-mark hold raspberrypi-bootloader
 +
sudo apt-get update
 +
sudo apt-get upgrade
 +
</pre>
 +
</li></ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
  
*BaiduPan Download:[https://pan.baidu.com/s/1_a5RAIVLWDO89BoNPuemIw Images Download]
+
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
*Google    Download:wait for Upload
+
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF">  <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>5寸和7寸屏连接到电脑HDMI,无法正常显示,怎么解决?
 +
</big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>确定电脑的HDMI接口可以正常输出
 +
</li><li>电脑只连接LCD作为显示设备,不连接其它的显示器(拔掉其他显示器)。
 +
</li><li>先接USB供电线再接HDMI线。
 +
</li><li>尝试重启电脑。
 +
</li><li>必须使用windows操作系统。
 +
</li></ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
 +
 
 +
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
 +
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF">  <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>在树莓派3代上,怎么打开蓝牙功能?
 +
</big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>方法1:升级到树莓派官方最新镜像(2016-05-27-jessie之后版本已经默认打开蓝牙功能);
 +
</li><li>方法2:手动打开蓝牙功能<br />
 +
{{code|1=
 +
sudo apt-get install pi-bluetooth
 +
sudo apt-get install bluetooth bluez blueman
 +
systemctl status bluetooth
 +
sudo systemctl start bluetooth
 +
sudo reboot
 +
}}
 +
</li></ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
  
== <font color="blue">Software</font> ==
+
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
 +
<tr>
 +
<td>
 +
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
 +
<tr>
 +
<td><font color="#FFF"> <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>使用5寸7寸HDMI屏时无法全屏或显示残缺,如何处理?
 +
</big></font>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
 +
<tr>
 +
<td>
 +
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
 +
<tr>
 +
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
 +
</td></tr>
 +
<tr>
 +
<td>
 +
<ul><li>检查HDMI是否已经插好并且输出正常
 +
</li><li>打开SD卡根目录下config.txt文件,检查HDMI配置是否正确
 +
</li><li>5寸和7寸800*480应配置为如下参数:<br />
 +
<pre style="border: 1px dashed black;color:black;width:80%">
 +
hdmi_group=2
 +
hdmi_mode=1
 +
hdmi_mode=87
 +
hdmi_cvt 800 480 60 6 0 0 0
 +
</pre>
 +
</li><li>7寸1024*600高清应配置为:<br />
 +
<pre style="border: 1px dashed black;color:black;width:80%">
 +
hdmi_group=2
 +
hdmi_mode=1
 +
hdmi_mode=87
 +
hdmi_cvt 1024 600 60 6 0 0 0
 +
</pre>
 +
</li></ul>
 +
</td></tr></table>
 +
</td></tr></table>
 +
<br />
  
*[http://www.lcdwiki.com/res/software/Panasonic_SDFormatter.zip Panasonic SDFormatter]
+
|-|
*[http://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
+
售后=
*[http://www.lcdwiki.com/res/software/putty.zip PuTTY]
+
{{contact_us}}
 +
</tabber>

Revision as of 18:19, 3 July 2018


语言选择

Languages

➤中文
➤EN


产品图片

MPI3508-03.jpg MPI3508-01.jpg


产品介绍

  • 3.5inch标准显示器,支持HDMI输入,刷新率60FPS以上
  • 物理分辨率480x320,可配置软件分辨率高达1920x1080
  • 可用作树莓派显示器,带触摸控制功能(需安装触摸驱动)
  • 可用作电脑显示器、电视盒子、PSP等标准HDMI输出设备(无触摸功能)
  • 兼容并可直接插入所有版本树莓派主板(树莓派1代B型和Zero需另配HDMI线)
  • 支持HDMI音频输出,背光亮度可调节

产品参数

  • 尺寸:3.5(inch)
  • SKU: MPI3508
  • 物理分辨率:480×320(dots)
  • 软件可调分辨率:480×320~1920×1080(dots)
  • 触摸:电阻触摸屏
  • USB输入电源:5V 1A
  • 功耗:940mW (亮度80%)
  • 510mW (背光关闭)
  • 外形尺寸:85.5*60.6(mm)
  • 产品重量:净重55(g),毛重145(g)

硬件说明

无框|472x472像素
背光按键:背光亮度调节按键,短按背光变化10%,长按3秒关闭背光

HDMI接口: HDMI信号输入接口

耳机接口: HDMI音频输出接口

USB供电接口:用作普通显示器使用时提供电源(5V 1A)

树莓派26PIN母座:用作树莓派显示器时从此处获取电源和返回触摸

在树莓派Raspbian/Ubuntu Mate/Win10 IoT Core系统中使用

方法一:快速安装(树莓派需连接互联网)

  • 步骤1,安装官方镜像
  1. 从官方下载最新镜像
  2. 按官方教程步骤安装好系统
  • 步骤2,安装LCD驱动
    1)用Putty连接登陆树莓派系统到用户命令行(初始用户名:pi 密码:raspberry)
    2)执行以下命令(复制后在Putty窗口中单击鼠标右键即可粘贴):
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI3508-show
  • 执行完上述命令后,系统会自动重启,重启就能正常显示和触摸了

方法二:离线安装

  • 安装视频:
  • 步骤1,安装Raspbian/Ubuntu官方镜像                                                                      
1)从官方下载最新Raspbian或Ubuntu镜像 https://www.raspberrypi.org/downloads/
2)使用SDFormatter格式化TF卡,
3)使用Win32DiskImager把官方镜像烧录到TF卡。
  • 步骤2,修改config配置文件                                                                               
步骤1烧写完成后,将光盘内Driver文件夹中的”LCD-show.tar.gz”拷贝到TF卡根目录,
打开TF卡根目录的config.txt文件并在文件末端加入以下代码,保存并安全弹出TF卡:
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_drive=2
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 480 320 60 6 0 0 0
  • 步骤3,将SD卡插入树莓派,按照图片所示连接硬件:

无框|476x476像素 

  • 步骤4,给树莓派上电,接上鼠标键盘,打开树莓派上的terminal终端: 

无框|483x483像素

  • 步骤5,在terminal终端中输入如下指令:
cd /boot

cp LCD-show.tar.gz ~

cd ~

sudo tar zxvf LCD-show.tar.gz 

cd LCD-show/

sudo ./MPI3508-show

如何作为普通显示器使用

使用HDMI连接线将电脑HDMI输出信号连接至LCD的HDMI接口;
将Micro USB连接线一端连接LCD的USB供电接口,另一端连接至电脑的USB端口。
如有多个显示器,请先拔掉其他显示器接口,将本LCD作为唯一显示器进行测试。
注: 触摸功能只能接树莓派使用。

如何旋转显示和触摸

资源下载

  • 文档
  1. 如何安装LCD驱动(CN)
  2. 如何安装虚拟键盘(CN)
  3. 产品尺寸图:文件:MPI3508-07.PNG
  • 驱动下载
  1. 本地下载:LCD-show.tar.gz
  • 镜像下载
如果你觉得前面步骤的修改配置、安装驱动都比较困难或者仍然显示异常,请先使用我们预装好驱动的镜像,
下载后解压并把镜像写入到TF卡中。然后把卡插入树莓派就可以使用了。
Image Name Version Support Password Download
Raspbian(480X320) 2018-04-18 PI3B+/A/A+/B/B+/PI2/

PI3/ZERO/ZERO W

user:pi

password:raspberry

(addr1)Baidu Pan: raspbian_180418_MPI3508_480320.7z
(addr2)Mega: raspbian_180418_MPI3508_480320.7z
Raspbian(800X480) 2018-04-18 PI3B+/A/A+/B/B+/PI2/

PI3/ZERO/ZERO W

user:pi

password:raspberry

(addr1)Baidu Pan: raspbian_180418_MPI3508_800480.7z
(addr2)Mega: raspbian_180418_MPI3508_800480.7z
Ubuntu Mate:16.04 PI3,PI2 user:pi

password:raspberry

(addr1)Baidu Pan: UbuntuMate_16.04Beta2_MPI3508_600400.7z
(addr2)Mega: UbuntuMate_16.04Beta2_MPI3508_600400.7z
Kali-linux 2017.2 PI3,PI2 user:root

password:toor

(addr1)Baidu Pan: Kali_17.02_MPI3508_480320.7z
(addr2)Mega: Kali_17.02_MPI3508_480320.7z
  • 常用软件
  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY
BACK TO TOP

问题:使用光盘/网盘提供的树莓派镜像,无法正常使用LCD,怎么处理?

答复:
  • 确定硬件连接无误且接触良好
  • 确定Micro SD卡烧写正常,系统启动是否正常。
  • 树莓派正常启动时PWR灯常亮,ACT灯闪烁。
  • 如果发现两灯都常亮则可能是Micro SD卡烧写镜像不成功或Micro SD卡与树莓派接触不良。
  • 推荐使用5V 2A电源适配器对树莓派进行供电。 如使用电脑USB接口供电,可能由于供电不足导致树莓派无法正常启动。


问题:使用树莓派官方提供的镜像, LCD无显示是什么原因?

答复:
  • LCD需要安装驱动才能正确显示,具体请参考”如何安装LCD驱动”相关说明文档,
  • 建议先使用我们提供的镜像,测试通过后,再自行安装驱动程序。


问题:装好驱动后如想切换回传统显示器进行显示,如何操作?

答复:
  • 请参考”如何安装LCD驱动”相关说明文档,使用以下命令切换:
    sudo ./LCD-hdmi
    


问题:使用7寸HDMI屏时显示正常但无触摸功能,如何处理?

答复:
  • 检查触摸排线接插处是否运输松动
  • 检查USB一端是否连接树莓派4个USB口中任意一个,另一端连接到液晶屏的USB Touch接口.
  • 可先将USB触摸连接到电脑USB口,观察是否能正常被电脑识别并正常触摸,以此可以判断触摸功能好坏,


问题:问题:更新升级镜像之后无法使用?

答复:
  • 更新需按照以下方式进行,否则可能导致镜像无法运行:
    sudo apt-mark hold raspberrypi-bootloader
    sudo apt-get update
    sudo apt-get upgrade
    


问题:5寸和7寸屏连接到电脑HDMI,无法正常显示,怎么解决?

答复:
  • 确定电脑的HDMI接口可以正常输出
  • 电脑只连接LCD作为显示设备,不连接其它的显示器(拔掉其他显示器)。
  • 先接USB供电线再接HDMI线。
  • 尝试重启电脑。
  • 必须使用windows操作系统。


问题:在树莓派3代上,怎么打开蓝牙功能?

答复:
  • 方法1:升级到树莓派官方最新镜像(2016-05-27-jessie之后版本已经默认打开蓝牙功能);
  • 方法2:手动打开蓝牙功能
    sudo apt-get install pi-bluetooth
    sudo apt-get install bluetooth bluez blueman 
    systemctl status bluetooth
    sudo systemctl start bluetooth
    sudo reboot
    


问题:使用5寸7寸HDMI屏时无法全屏或显示残缺,如何处理?

答复:
  • 检查HDMI是否已经插好并且输出正常
  • 打开SD卡根目录下config.txt文件,检查HDMI配置是否正确
  • 5寸和7寸800*480应配置为如下参数:
    hdmi_group=2
    hdmi_mode=1
    hdmi_mode=87
    hdmi_cvt 800 480 60 6 0 0 0
    
  • 7寸1024*600高清应配置为:
    hdmi_group=2
    hdmi_mode=1
    hdmi_mode=87
    hdmi_cvt 1024 600 60 6 0 0 0
    

Tech Support:

Email: Lcdwiki@163.com

Dear Customers:

There might be a delay of several hours in handling your question, depending on the time difference between your location and ours.
Sincerely hoping your understanding!

Our working time:

08:00-18:00 (Monday to Saturday)