5inch HDMI Display-B

From LCD wiki
Revision as of 14:23, 18 May 2018 by Liang (talk | contribs)
Jump to: navigation, search
语言选择(Language): 中文 EN

Product picture

MPI5001-01.jpg
MPI5001-02.jpg MPI5001-03.jpg MPI5001-04.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
  • Dimensions: 121.11*95.24(mm)
  • Weight: 248 (g)


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: Controls the backlight turned on and off to save power
⑥ 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:
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

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 display direction and touch

Question: Using the Raspberry Pi image provided by the CD/net disk, cannot use the LCD normally.

Answer:
Confirm that the hardware connection is correct and the contact is good. Determine whether TF card is normal and whether the system is started normally. The PWR lamp is always bright when the Raspberry Pi is started, and the ACT light is flashing. If you find both lights on, 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. 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.


Question: What is the reason for the LCD not displayed using the image provided by the Raspberry Pi official?
Answer:
  • LCD needs to be installed driver to display correctly, please refer to "How to install the LCD driver (En)" related documentation.
  • 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.


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

答复:
  • 请参考”如何安装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屏时无法全屏或显示残缺,如何处理?

答复:
  • Check if the HDMI is plugged in and output is normal.
  • Open the config.txt file in the TF card root directory to check the HDMI configuration.
  • 5", 5"-B and 7"-B 800*480 should be configured as follows:
    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
    

QQ:3002773612
EMAIL:3002773612@qq.com
Description: please prepare customer information (ordering unit, ordering person, etc.) before making after-sales service for verification.