|
|
第1行: |
第1行: |
| SVG可以算是目前最最火热的图像文件格式了,它的英文全称为Scalable Vector Graphics,意思为可缩放的矢量图形。它是基于XML(Extensible Markup Language),由World Wide Web Consortium(W3C)联盟进行开发的。严格来说应该是一种开放标准的矢量图形语言,可让你设计激动人心的、高分辨率的Web图形页面。用户可以直接用代码来描绘图像,可以用任何文字处理工具打开SVG图像,通过改变部分代码来使图像具有交互功能,并可以随时插入到HTML中通过浏览器来观看。
| |
| {| class="wikitable" border="1" style=" background-color: white;"
| |
| |- style="background-color: #f2f2f2;text-align:center"
| |
| | style="color: #ff0000; font-weight:bold;" align="center" |语言选择(Language):
| |
| | 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]
| |
| |}
| |
|
| |
| <tabber>
| |
| Description=
| |
| == <font color="blue">Product picture</font> ==
| |
| [[File:MPI5001-01.jpg|650px]] <br />
| |
| [[File:MPI5001-02.jpg|200px]]
| |
| [[File:MPI5001-03.jpg|200px]]
| |
| [[File:MPI5001-04.jpg|200px]]
| |
|
| |
| == <font color="blue">Product description</font> ==
| |
|
| |
| * 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
| |
|
| |
| == <font color="blue">Product Parameters</font> ==
| |
|
| |
| * Size: 5.0 (inch)
| |
| * SKU: MPI5001
| |
| * Resolution: 800 × 480 (dots)
| |
| * Touch: 5 point capacitive touch
| |
| * Audio output: support
| |
| * Dimensions: 121.11*95.24(mm)
| |
| * Weight: 248 (g)
| |
|
| |
|
| |
| == <font color="blue">Hardware Description</font> ==
| |
| [[File:MPI5001-05.jpg|524px]]<br />
| |
|
| |
| ① Earphone: 3.5mm Audio output interface<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 />
| |
| ⑤ Power: Controls the backlight turned on and off to save power<br />
| |
| ⑥ Return: Return (Only valid in the OSD Settings menu)<br />
| |
| ⑦ Right/Down: Direction Right/Down (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 />
| |
| == <font color="blue">How to use with Raspbian/Ubuntu Mate/Win10 IoT Core System</font> ==
| |
| === '''Step 1, Install Raspbian official image''' ===
| |
|
| |
| # Download the latest image from the official download.
| |
| # 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 <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;width: 50%">
| |
| max_usb_current=1
| |
| hdmi_force_hotplug=1
| |
| config_hdmi_boost=7
| |
| hdmi_group=2
| |
| hdmi_mode=1
| |
| hdmi_mode=87
| |
| hdmi_drive=1
| |
| hdmi_cvt 800 480 60 6 0 0 0
| |
| </pre>
| |
|
| |
| ==='''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).
| |
|
| |
| == <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 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.
| |
|
| |
| == <font color="blue">How to rotate display direction and touch</font> ==
| |
|
| |
|
| * '''[[How to modify the display orientation-CTP(En)]]'''
| |
|
| |
|
|
| |
|
| == Document/Video== | | <DIV style="TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 8%; BACKGROUND: #3f7fce; FLOAT: left; HEIGHT: 30px; OVERFLOW: hidden"><SPAN style="COLOR: #ffffff; FONT-SIZE: 16px">【产品介绍】</SPAN></DIV> |
| | | <DIV style="BORDER-BOTTOM: #3f7fce 1px solid; WIDTH: 92%; BACKGROUND: #ffffff; FLOAT: left; HEIGHT: 29px"></DIV> |
| *[[5inch HDMI Display]]
| | <br /><br /> |
| *[[How to modify the display orientation-CTP(En)]]
| | *高分辨率:128x64(和12864同分辨率,高PPI) |
| | | *超大可视角度:大于160°(显示屏中可视角度最大的一种屏幕) |
| == <font color="blue">Driver download</font> ==
| | *超低功耗:正常显示0.06w(远低于TFT显示屏) |
| | | *宽电压供电(3V~5V),兼容3.3V和5V电平逻辑,无需电平转换芯片 |
| *Local download:[http://www.hellolcd.com/wiki/images/6/60/LCD-show.zip LCD-show.tar.gz]
| | *IIC接口只需2个IO轻松点亮 |
| *Downloaded from '''GitHub''':https://github.com/goodtft/LCD-show | | *工作温度范围为工业级(-20℃~70℃) |
| *如何安装LCD驱动(CN) | | *军工级工艺标准,长期稳定工作 |
| | | *提供丰富的例程,提供底层驱动技术支持 |
| == <font color="blue">Images download</font> ==
| | <SPAN id=".E4.BA.A7.E5.93.81.E5.8F.82.E6.95.B0" class="mw-headline"><FONT color="blue"> |
| 如果你觉得前面步骤的修改配置、安装驱动都比较困难或者仍然显示异常,
| | <DIV style="TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 120px; BACKGROUND: #3f7fce; FLOAT: left; HEIGHT: 30px; OVERFLOW: hidden"><SPAN style="COLOR: #ffffff; FONT-SIZE: 16px">【产品参数】</SPAN></DIV> |
| | | <DIV style="BORDER-BOTTOM: #3f7fce 2px solid; WIDTH: 630px; BACKGROUND: #ffffff; FLOAT: left; HEIGHT: 29px"></DIV> |
| 请先使用我们预装好驱动的镜像,下载后解压并把镜像写入到TF卡中。然后把卡插入树莓派就可以使用了。
| |
| | |
| *百度云盘下载:[https://pan.baidu.com/s/1VjtNRuzpiSRWGFsvRQjuOg Images Download] | |
| *google云盘下载: | |
| | |
| == <font color="blue">常用软件</font> ==
| |
| | |
| *[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]
| |
| | |
| |-|
| |
| 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> | |
| <td> | |
| <table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;"> | |
| <tr> | |
| <td><font color="#FFF"> <big><big>
| |
| <br /> | | <br /> |
| Question: Using the Raspberry Pi image provided by the CD/net disk, cannot use the LCD normally.
| | {| class="wikitable" border="1" style="width: 30%; background-color: white;" |
| </big></big></font>
| | | align="center" |名称 |
| </td></tr></table>
| | | colspan="3" align="center" |颜色分类 |
| </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>
| | |SKU |
| === <font color="#008DE6"> <b><big>Answer:</big></b></font> === | | | style="color: #ff0000; " |MC096VW |
| </td></tr>
| | | style="color: #ff0000; " |MC096VB |
| <tr>
| | | style="color: #ff0000; " |MC096VY |
| <td>
| | |- |
| * Confirm that the hardware connection is correct and the contact is good.
| | |尺寸 |
| | | | colspan="3" |0.96(inch) |
| * Determine whether TF card is normal and whether the system is started normally.
| | |- |
| | |类型 |
| | | colspan="3" |OLED |
| | |- |
| | |OLED驱动芯片 |
| | | colspan="3" |SSD1306 |
| | |- |
| | |分辨率 |
| | | colspan="3" |128*64 (Pixel) |
| | |- |
| | |模块接口 |
| | | colspan="3" style="color: #ff0000; " |IIC,①-VCC,②-GND,③-SCL,④-SDA |
| | |- |
| | |有效显示区域 |
| | | colspan="3" |21.744x10.864(mm) |
| | |- |
| | |模块尺寸 |
| | | colspan="3" |27.3x27.8(mm) |
| | |- |
| | |视角 |
| | | colspan="3" |>160° |
| | |- |
| | |工作温度 |
| | | colspan="3" | -20℃~70℃ |
| | |- |
| | |存储温度 |
| | | colspan="3" | -30℃~80℃ |
| | |- |
| | |工作电压 |
| | | colspan="3" |3.3V / 5V |
| | |- |
| | |功耗 |
| | | colspan="3" |全亮约为25mA,全灭约为1.5mA。 |
| | |- |
| | |产品重量 |
| | | colspan="3" |15(g) |
| | |} |
|
| |
|
| * The PWR lamp is always bright when the Raspberry Pi is started, and the ACT light is flashing.If you find both lights on,
| | <SPAN id=".E4.BA.A7.E5.93.81.E5.8F.82.E6.95.B0" class="mw-headline"><FONT color="blue"> |
| | | <DIV style="TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 120px; BACKGROUND: #3f7fce; FLOAT: left; HEIGHT: 30px; OVERFLOW: hidden"><SPAN style="COLOR: #ffffff; FONT-SIZE: 16px">【接口定义】</SPAN></DIV> |
| it may be the TF card does not successfully burn the image file,or that the TF card is not in contact with the Raspberry Pi.
| | <DIV style="BORDER-BOTTOM: #3f7fce 2px solid; WIDTH: 630px; BACKGROUND: #ffffff; FLOAT: left; HEIGHT: 29px"></DIV> |
| | |
| * Recommend using 5V 2A power adapter to power the Raspberry Pi.
| |
| | |
| * If you use a computer USB interface, you may not be able to activate the Raspberry Pi due to insufficient power supply.
| |
| </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"> <big><big>Question: What is the reason for the LCD not displayed using the image provided by the Raspberry Pi official?</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>Answer:</big></b></font> ===
| |
| </td></tr>
| |
| <tr>
| |
| <td>
| |
| <ul><li>LCD needs to be installed driver to display correctly, please refer to "How to install the LCD driver (En)" related documentation.
| |
| </li><li>It is recommended to use the image file provided by us first to test. After the test is passed, use the image file of Raspberry Pi official and installed the driver.
| |
| </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>Question: How to switch back to traditional monitor for display?</big></big></b></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"><big>Answer<b>:</b></big></font> ===
| |
| </td></tr>
| |
| <tr>
| |
| <td>
| |
| <ul><li>Please refer to "How to install the LCD driver (En)" related instruction document, and use the following command:
| |
| <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;">
| |
| | |
| <tr>
| |
| <td>
| |
| <table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
| |
| <tr>
| |
| <td><font color="#FFF"> <big><big>Question: Why the LCD works but flickers?</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>Answer:</big></b></font> ===
| |
| </td></tr>
| |
| <tr>
| |
| <td>
| |
| <ul><li>This problem is likely due to insufficient power supply.
| |
| </li><li>If you are using the Raspberry Pi, please use the power supply of 5V full 2A to power the Raspberry Pi,
| |
| </li></ul>and connect the Raspberry Pi and the LCD by the short USB cable we provided.
| |
| <ul><li>If it is used as a computer monitor, do not use poor quality USB cable or extension cord connection,
| |
| </li></ul>do not receive extend the USB port to get electricity, please use the USB cable we provided.
| |
| </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"> <big><big>Question: Why the Raspberry Pi unable to work properly after updating the Raspbian system?</big></big></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"><big>Answer<b>:</b></big></font> ===
| |
| </td></tr>
| |
| <tr>
| |
| <td>
| |
| <ul><li>The update needs to be done in the following manner, otherwise the image cannot run:
| |
| <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;">
| |
| | |
| <tr>
| |
| <td>
| |
| <table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
| |
| <tr>
| |
| <td><font color="#FFF"> <big><big>Question: Why the LCD is connected to the computer HDMI, but cannot be displayed normally?</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>Answer:</big></b></font> ===
| |
| </td></tr>
| |
| <tr>
| |
| <td>Make sure the HDMI interface of the computer can be output normally.
| |
| | |
| The computer only connects to the LCD as a display device, and does not connect to other monitors (unplug other monitors).
| |
| | |
| Connect the USB first, then the HDMI.
| |
| | |
| Try to restart your computer.
| |
| | |
| You must use the Windows operating system. <ul><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;">
| |
| | |
| <tr>
| |
| <td>
| |
| <table class="roundy" style="margin-top: -30px; margin-left: -5px; margin-right: -5px; background: #008DE6;">
| |
| <tr>
| |
| <td><font color="#FFF"> <big><big>Question: How to turn on the Bluetooth function on the Raspberry Pi?</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"><big><b>Anwer:</b></big></font> ===
| |
| </td></tr>
| |
| <tr>
| |
| <td>
| |
| <ul><li>Method 1: upgrade to the official latest image of the Raspberry Pi (the Bluetooth function has been turned on by default after 2016-05-27-raspbian-jessie);
| |
| </li><li>Method 2: manually turn on Bluetooth.<br />
| |
| <pre style="border: 1px dashed black;color:black">
| |
| sudo apt-get install pi-bluetooth
| |
| sudo apt-get install bluetooth bluez blueman
| |
| systemctl status bluetooth
| |
| sudo systemctl start bluetooth
| |
| sudo reboot
| |
| </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;">
| |
| | |
| <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>Question: Why unable to display full screen or incomplete when using 5”, 5”-B, 7”-B, or 7”-C HDMI screen?</big></big></b></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>Answer:</big></b></font> ===
| |
| </td></tr>
| |
| <tr>
| |
| <td>
| |
| <ul><li>Check if the HDMI is plugged in and output is normal.
| |
| </li><li>Open the config.txt file in the TF card root directory to check the HDMI configuration.
| |
| </li><li>5", 5"-B and 7"-B 800*480 should be configured as follows:<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"-C 1024*600 should be configured as follows:<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 /> | | <br /> |
| | | {| class="wikitable" border="1" style="width: 30%; background-color: white;" |
| |-| | | |- |
| after-sales=
| | | align="center" |PIN |
| == <font color="blue">联系我们</font> == | | | align="center" |标号 |
| {{contact_us}}
| | | align="center" |引脚说明 |
| </tabber>
| | |- |
| | | align="center" |1 |
| | | align="center" |VCC |
| | |OLED电源正(3.3V~5V) |
| | |- |
| | | align="center" |2 |
| | | align="center" |GND |
| | |OLED电源地 |
| | |- |
| | | align="center" |3 |
| | | align="center" |SCL |
| | |OLED IIC总线时钟信号 |
| | |- |
| | | align="center" |4 |
| | | align="center" |SDA |
| | |OLED IIC总线数据信号 |
| | |} |