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

From LCD wiki
Jump to: navigation, search
( Product Pictures)
(172 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="wikitable" border="1" style=" background-color: white;"
+
{{lan
|- style="background-color: #f2f2f2;text-align:center"
+
    |
| style="color: #ff0000; font-weight:bold;" align="center" |语言选择(Language):
+
cn=http://www.lcdwiki.com/zh/5inch_HDMI_Display-B
| style=" font-weight:bold;" align="center" |[http://www.lcdwiki.com/zh/5inch_HDMI_Display-B 中文] 
+
    |
| style=" font-weight:bold;" align="center" |[http://www.lcdwiki.com/5inch_HDMI_Display-B EN] 
+
en=http://www.lcdwiki.com/5inch_HDMI_Display-B                                                  
|}
+
}}
  
<tabber>
+
== <font color="blue">Product Video</font>==
Description=
+
{{#ev:youtube|nlUEIXQUpH0}}
==Product picture==
+
*[http://www.lcdwiki.com/Video_Presentation Related Video]
[[File:MPI5001-01.jpg|650px]]<br />
+
== <font color="blue">Product Pictures</font>==
 +
[[Image:MPI5001-01.jpg|650px]]
 +
<br />
 
[[File:MPI5001-02.jpg|200px]]
 
[[File:MPI5001-02.jpg|200px]]
 
[[File:MPI5001-03.jpg|200px]]
 
[[File:MPI5001-03.jpg|200px]]
 
[[File:MPI5001-04.jpg|200px]]
 
[[File:MPI5001-04.jpg|200px]]
 +
[[File:5-B-size-20220622.jpg|200px]]
  
==Product description==
+
== <font color="blue">Product Description</font> ==
  
* 5’’ standard display, 800x480 resolution,maximum HDMI resolution 1920X1080 is supported
+
* 5"standard display, 800x480 resolution,maximum HDMI resolution 1920X1080 is supported
 
* Capacitive touch screen, support 5 point touch maximum
 
* Capacitive touch screen, support 5 point touch maximum
 
* Built-in OSD menu adjustment function (adjustable Contrast/ Brightness/Saturation, etc.)
 
* Built-in OSD menu adjustment function (adjustable Contrast/ Brightness/Saturation, etc.)
Line 24: Line 27:
 
* Work as a PC monitor, support Win7, Win8, Win10 system 5 point touch (XP and older version system: single-point touch), free drive  
 
* Work as a PC monitor, support Win7, Win8, Win10 system 5 point touch (XP and older version system: single-point touch), free drive  
 
* Support HDMI audio output
 
* Support HDMI audio output
* CE, RoHS certification  
+
* CE, RoHS certification
  
== Product Parameters ==
+
== <font color="blue">Product Parameters</font> ==
  
 
* Size:        5.0 (inch)
 
* Size:        5.0 (inch)
Line 33: Line 36:
 
* Touch:        5 point capacitive touch
 
* Touch:        5 point capacitive touch
 
* Audio output: support
 
* Audio output: support
* Dimensions:  121.11*95.24(mm)
+
* Active Area:  108.00*64.80 (mm)
* Weight:       248 (g)
+
* Dimensions:  121.11*95.24 (mm)
 
+
* Package Size: 153*135*51 (mm)
 +
* Rough Weight(Package containing): 259 (g)
 +
* Power Dissipation:        0.30A*5V
  
==<font color="blue">'''Hardware Description'''</font>==
+
== <font color="blue">Hardware Description</font> ==
 
[[File:MPI5001-05.jpg|524px]]<br />
 
[[File:MPI5001-05.jpg|524px]]<br />
  
Line 43: Line 48:
 
②&③ Touch:  USB connector ( For power supply and touch output, the functions of the both are the same, can just use one of them)<br />
 
②&③ Touch:  USB connector ( For power supply and touch output, the functions of the both are the same, can just use one of them)<br />
 
④ Display:      HDMI interface ( For connecting motherboard and LCD monitor)<br />
 
④ Display:      HDMI interface ( For connecting motherboard and LCD monitor)<br />
⑤ Power:      Controls the backlight turned on and off to save power<br />
+
⑤ Power:      Turn on or off display and backlight to save power consumption <br />
 
⑥ Return:      Return (Only valid in the OSD Settings menu)<br />
 
⑥ Return:      Return (Only valid in the OSD Settings menu)<br />
 
⑦ Right/Down:  Direction  Right/Down (Backlight shortcut key)<br />
 
⑦ Right/Down:  Direction  Right/Down (Backlight shortcut key)<br />
 
⑧ Left/Up:      Direction  Left/Up    (Backlight shortcut key)<br />
 
⑧ Left/Up:      Direction  Left/Up    (Backlight shortcut key)<br />
 
⑨ Menu:      Open the OSD / Select key (Only valid in the OSD Settings menu)<br />
 
⑨ Menu:      Open the OSD / Select key (Only valid in the OSD Settings menu)<br />
== How to use with Raspbian/Ubuntu Mate/Win10 IoT Core System ==
+
 
 +
== <font color="blue">How to use with Raspbian/Ubuntu Mate/Win10 IoT Core System</font> ==
 
=== '''Step 1, Install Raspbian official image''' ===
 
=== '''Step 1, Install Raspbian official image''' ===
  
Line 55: Line 61:
  
 
=== '''Step 2, modify the “config.txt”''' ===
 
=== '''Step 2, modify the “config.txt”''' ===
After the programming of Step1 is completed, open the config.txt file of TF card root directory and <br />
+
 
add the following code at the end of the file, save and eject Micro SD Card safely:<pre style="border: 1px dashed black;color:black">
+
:After the programming of Step1 is completed, open the config.txt file of TF card root directory and <br />
 +
:add the following code at the end of the file, save and eject Micro SD Card safely:
 +
{{code|1=
 +
hdmi_force_edid_audio=1
 
max_usb_current=1
 
max_usb_current=1
 
hdmi_force_hotplug=1
 
hdmi_force_hotplug=1
 
config_hdmi_boost=7
 
config_hdmi_boost=7
 
hdmi_group=2
 
hdmi_group=2
hdmi_mode=1
 
 
hdmi_mode=87
 
hdmi_mode=87
hdmi_drive=1
+
hdmi_drive=2
 
hdmi_cvt 800 480 60 6 0 0 0
 
hdmi_cvt 800 480 60 6 0 0 0
</pre>
+
}}
  
==='''Step 3'''===
+
==='''Step 3, Drive the 5inch HDMI Display-B with the Raspberry Pi'''===
Insert the TF Card to Raspberry Pi, connect the Raspberry Pi and LCD by HDMI cable; connect USB cable to one of the four USB ports of Raspberry Pi, and connect the other end of the USB cable to the USB port of the LCD; then supply power to Raspberry Pi; after that if the display and touch both are OK, it means drive successfully (please use the full 2A for power supply).
 
== How to rotate display direction and touch ==
 
  
* '''[[How to modify the display orientation-CTP(En)]]'''
+
:Insert the TF Card to Raspberry Pi, connect the Raspberry Pi and LCD by HDMI cable; connect USB cable to one of the four USB ports of Raspberry Pi,
 +
:and connect the other end of the USB cable to the USB port of the LCD; then supply power to Raspberry Pi;
 +
:after that if the display and touch both are OK, it means drive successfully (please use the full 2A for power supply).
  
== How to use as PC monitor ==
+
== <font color="blue">How to use as PC monitor</font> ==
  
* connect the computer HDMI output signal to the LCD HDMI interface by using the HDMI cable
+
* Connect the computer HDMI output signal to the LCD HDMI interface by using the HDMI cable
 
* Connect the LCD's USB Touch interface (Either of the two MicroUSB) to the USB port of the device
 
* Connect the LCD's USB Touch interface (Either of the two MicroUSB) to the USB port of the device
 
* If there are several monitors, please unplug other monitor connectors first, and use LCD as the only monitor for testing.
 
* If there are several monitors, please unplug other monitor connectors first, and use LCD as the only monitor for testing.
  
|-|
+
{{rotate}}
FAQ=<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>
+
== <font color="blue">Resouce</font>==
<td>
+
 
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
+
* '''Document'''
<tr>
+
 
<td><font color="#FFF"> <big><big>
+
# [http://www.lcdwiki.com/res/MPI5001/EN/5inch_HDMI_Display-B_User_Manual(En)-V1.1.pdf 5inch_HDMI_Display-B_User_Manual(En)-V1.1.pdf]
问题:使用光盘/网盘提供的树莓派镜像,无法正常使用LCD,怎么处理?
+
# [http://www.lcdwiki.com/res/MPI5001/EN/How_to_install_the_LCD_driver_V1.2.pdf How_to_install_the_LCD_driver_V1.2]
</big></big></font>
+
# [http://www.lcdwiki.com/res/MPI5001/EN/How_to_install_matchbox-keyboard(En).pdf How_to_install_matchbox-keyboard]
</td></tr></table>
+
# [http://www.lcdwiki.com/res/PublicFile/How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf]
</td></tr></table>
+
#Product Dimensions:[http://www.lcdwiki.com/res/MPI5001/5-B-size-20210321.jpg MPI5001_Product_Dimensions]
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
+
 
<tr>
+
* '''Driver download'''
<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>确定TF卡烧写正常,系统启动是否正常。
 
</li><li>树莓派正常启动时PWR灯常亮,ACT灯闪烁。
 
</li><li>如果发现两灯都常亮则可能是TF卡烧写镜像不成功或TF卡与树莓派接触不良。
 
</li><li>推荐使用5V 2A电源适配器对树莓派进行供电。 如使用电脑USB接口供电,可能由于供电不足导致树莓派无法正常启动。
 
</li>
 
</ul>
 
</td></tr></table>
 
</td></tr></table>
 
<br />
 
  
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
+
# Local  download:   [http://www.lcdwiki.com/res/RaspDriver/LCD-show.tar.gz LCD-show.tar.gz]
<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 />
 
  
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
+
* '''Images download'''
<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驱动”相关说明文档,使用以下命令切换:
 
<pre style="border: 1px dashed black;color:black">
 
sudo ./LCD-hdmi
 
</pre>
 
</li></ul>
 
</td></tr></table>
 
</td></tr></table>
 
<br />
 
  
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
+
:If you have difficulty installing the driver, or if you still can't use the display properly after installing the driver,
<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 />
 
  
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
+
:Please Try our Configned images for tested.
<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 />
 
  
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
+
:Just need download and write the image into the TF card. DO NOT need any driver installation steps.
<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;">
+
{| class="wikitable" border="1" style="width: 95%;margin-left:1.5%;background-color: white;"
<tr>
+
!Image Name
<td>
+
!Version
<table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
+
!Support
<tr>
+
!Password
<td><font color="#FFF">  <b><big><big>问题:</big></big></b></font><font color="#EEE"><big>在树莓派3代上,怎么打开蓝牙功能?
+
! colspan="2" |Download
</big></font>
+
|-
</td></tr></table>
+
| rowspan="2" |Raspbian
</td></tr></table>
+
| rowspan="2" |2023-02-21
<table style="margin-top: 10px; border-left: 20px solid transparent; border-top: 20px solid #DDD;">
+
| rowspan="2" |PI4/PI3B+/PI2/
<tr>
+
PI3/PI1/ZERO/ZERO W
<td>
+
| rowspan="2" |user:pi
<table class="roundy mw-collapsible" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #DDD;">
+
password:raspberry
<tr>
+
|[[File:Baiduyun.jpg|24px]]BaiduYun:
<td><font color="#008DE6"> <b><big>答复:</big></b></font><br />
+
|[https://pan.baidu.com/s/1OKawT_3v0VaIyf5zb-nIxw    MPI5001-5inch-MPI4305-4.3inch-2023-02-21-raspios-bullseye-armhf.7z] 提取码:c2gz
</td></tr>
+
|-
<tr>
+
|[[File:Mega-1.jpg|24px]]Mega:
<td>
+
|[https://mega.nz/folder/GPpgyACI#w1V1kdS4mJslNBZE0lfA4Q MPI5001-5inch-MPI4305-4.3inch-2022-04-04-raspios-bullseye-armhf.7z]
<ul><li>方法1:升级到树莓派官方最新镜像(2016-05-27-jessie之后版本已经默认打开蓝牙功能);
+
|-
</li><li>方法2:手动打开蓝牙功能<br />
+
| rowspan="2" |Ubuntu-MATE-32bit
<pre style="border: 1px dashed black;color:black">
+
| rowspan="2" |22.04
sudo apt-get install pi-bluetooth
+
| rowspan="2" |PI4,PI3B+,PI3,PI2
sudo apt-get install bluetooth bluez blueman
+
| rowspan="2" |user:pi
systemctl status bluetooth
+
password:raspberry
sudo systemctl start bluetooth
+
|[[File:Baiduyun.jpg|24px]]BaiduYun:
sudo reboot
+
|[https://pan.baidu.com/s/1NWiki1rvPCljMzPdpfJfVQ MPI5001-5inch-B-ubuntu-mate-22.04-desktop-armhf+raspi.7z] 提取码:my14
</pre>
+
|-
</li></ul>
+
|[[File:Mega-1.jpg|24px]]Mega:  
</td></tr></table>
+
|[https://mega.nz/folder/LSoSXYwb#8h5TskHUUfTyJm6eX7hcdQ MPI5001-5inch-B-ubuntu-mate-22.04-desktop-armhf+raspi.7z]
</td></tr></table>
+
|-
<br />
+
| rowspan="2" |Kali Linux RaspberryPi-32bit
 +
| rowspan="2" |2023.1
 +
| rowspan="2" |PI4B,PI3B+,PI3,PI2
 +
| rowspan="2" |user: kali
 +
password: kali
 +
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 +
|[https://pan.baidu.com/s/1Bq2QxN3NjzAEM1cKauEIhg  MPI5001-5inch-B-kali-linux-2023.1] 提取码:mfny
 +
|-
 +
|[[File:Mega-1.jpg|24px]]Mega:
 +
|[https://mega.nz/folder/jX5mgAyY#v4ujGi-jB1HprkPve2Grog MPI5001-5inch-B-kali-linux-2022.1]
 +
|}
  
<table style="margin-top: 10px; border-right: 20px solid transparent; border-top: 20px solid #008DE6;">
+
* '''Software'''
<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">
 
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">
 
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]
after-sales=
+
# [http://www.lcdwiki.com/res/software/Win32DiskImager.zip Win32DiskImager]
 +
# [http://www.lcdwiki.com/res/software/putty.zip PuTTY]
  
<p>QQ:3002773612<br />
+
[[#top|BACK TO TOP]]
EMAIL:3002773612@qq.com<br />
 
<font style="color:red">Description: please prepare customer information (ordering unit, ordering person, etc.) before making after-sales service for verification.</font><br />
 
</p>
 
</tabber><table style="color:red">
 
<tr>
 
<td>  <br />
 
</td></tr>
 

Revision as of 14:33, 3 January 2024


语言选择

Languages

➤中文
➤EN


 Product Video

 Product Pictures

MPI5001-01.jpg
MPI5001-02.jpg MPI5001-03.jpg MPI5001-04.jpg 5-B-size-20220622.jpg

Product Description

  • 5"standard display, 800x480 resolution,maximum HDMI resolution 1920X1080 is supported
  • Capacitive touch screen, support 5 point touch maximum
  • Built-in OSD menu adjustment function (adjustable Contrast/ Brightness/Saturation, etc.)
  • It is compatible with mainstream mini PC such as Raspberry Pi, BB Black, Banana Pi
  • It can also be used as a general-purpose HDMI display, connecting computers, TV boxes, Microsoft Xbox360, SONY PS4, Nintendo Switch and so on
  • Used as a Raspberry Pi display that supports Raspbian, Ubuntu, Kodi, Win10 IOT, single-touch, free drive
  • Work as a PC monitor, support Win7, Win8, Win10 system 5 point touch (XP and older version system: single-point touch), free drive
  • Support HDMI audio output
  • CE, RoHS certification

Product Parameters

  • Size: 5.0 (inch)
  • SKU: MPI5001
  • Resolution: 800 × 480 (dots)
  • Touch: 5 point capacitive touch
  • Audio output: support
  • Active Area: 108.00*64.80 (mm)
  • Dimensions: 121.11*95.24 (mm)
  • Package Size: 153*135*51 (mm)
  • Rough Weight(Package containing): 259 (g)
  • Power Dissipation: 0.30A*5V

Hardware Description

MPI5001-05.jpg

① Earphone: 3.5mm Audio output interface
②&③ Touch: USB connector ( For power supply and touch output, the functions of the both are the same, can just use one of them)
④ Display: HDMI interface ( For connecting motherboard and LCD monitor)
⑤ Power: Turn on or off display and backlight to save power consumption
⑥ Return: Return (Only valid in the OSD Settings menu)
⑦ Right/Down: Direction Right/Down (Backlight shortcut key)
⑧ Left/Up: Direction Left/Up (Backlight shortcut key)
⑨ Menu: Open the OSD / Select key (Only valid in the OSD Settings menu)

How to use with Raspbian/Ubuntu Mate/Win10 IoT Core System

Step 1, Install Raspbian official image

  1. Download the latest image from the official download.
  2. Install the system according to the official tutorial steps.

Step 2, modify the “config.txt”

After the programming of Step1 is completed, open the config.txt file of TF card root directory and
add the following code at the end of the file, save and eject Micro SD Card safely:
hdmi_force_edid_audio=1
max_usb_current=1
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_group=2
hdmi_mode=87
hdmi_drive=2
hdmi_cvt 800 480 60 6 0 0 0

Step 3, Drive the 5inch HDMI Display-B with the Raspberry Pi

Insert the TF Card to Raspberry Pi, connect the Raspberry Pi and LCD by HDMI cable; connect USB cable to one of the four USB ports of Raspberry Pi,
and connect the other end of the USB cable to the USB port of the LCD; then supply power to Raspberry Pi;
after that if the display and touch both are OK, it means drive successfully (please use the full 2A for power supply).

How to use as PC monitor

  • Connect the computer HDMI output signal to the LCD HDMI interface by using the HDMI cable
  • Connect the LCD's USB Touch interface (Either of the two MicroUSB) to the USB port of the device
  • If there are several monitors, please unplug other monitor connectors first, and use LCD as the only monitor for testing.

How to rotate the display direction

This method only applies to the Raspberry Pi series of display screens, other display screens do not apply.

  • Method 1,If the driver is not installed, execute the following command (Raspberry Pi needs to connected to the Internet):
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./XXX-show 90

After execution, the driver will be installed. The system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
' XXX-show ' can be changed to the corresponding driver, and ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)

  • Method 2,If the driver is already installed, execute the following command:
cd LCD-show/
sudo ./rotate.sh 90

After execution, the system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
( ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)
If the rotate.sh prompt cannot be found, use Method 1 to install the latest drivers

Resouce

  • Document
  1. 5inch_HDMI_Display-B_User_Manual(En)-V1.1.pdf
  2. How_to_install_the_LCD_driver_V1.2
  3. How_to_install_matchbox-keyboard
  4. How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf
  5. Product Dimensions:MPI5001_Product_Dimensions
  • Driver download
  1. Local download: LCD-show.tar.gz
  • Images download
If you have difficulty installing the driver, or if you still can't use the display properly after installing the driver,
Please Try our Configned images for tested.
Just need download and write the image into the TF card. DO NOT need any driver installation steps.
Image Name Version Support Password Download
Raspbian 2023-02-21 PI4/PI3B+/PI2/

PI3/PI1/ZERO/ZERO W

user:pi

password:raspberry

Baiduyun.jpgBaiduYun: MPI5001-5inch-MPI4305-4.3inch-2023-02-21-raspios-bullseye-armhf.7z 提取码:c2gz
Mega-1.jpgMega: MPI5001-5inch-MPI4305-4.3inch-2022-04-04-raspios-bullseye-armhf.7z
Ubuntu-MATE-32bit 22.04 PI4,PI3B+,PI3,PI2 user:pi

password:raspberry

Baiduyun.jpgBaiduYun: MPI5001-5inch-B-ubuntu-mate-22.04-desktop-armhf+raspi.7z 提取码:my14
Mega-1.jpgMega: MPI5001-5inch-B-ubuntu-mate-22.04-desktop-armhf+raspi.7z
Kali Linux RaspberryPi-32bit 2023.1 PI4B,PI3B+,PI3,PI2 user: kali

password: kali

Baiduyun.jpgBaiduYun: MPI5001-5inch-B-kali-linux-2023.1 提取码:mfny
Mega-1.jpgMega: MPI5001-5inch-B-kali-linux-2022.1
  • Software
  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY

BACK TO TOP