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)
|-|
User Manual=
Hardware Description
① 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
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
add the following code at the end of the file, save and eject Micro SD Card safely:
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
Add the statement in the “config.txt” file (the “config.txt” file is located in /boot):
sudo nano /boot/config.txt
Add the statement in the “config.txt” file, press Ctrl+X to exit, press Y to save.
display_rotate=1 #0: 0; 1: 90; 2: 180; 3: 270
Restart the Raspberry Pi after saving.
sudo reboot
How to rotate Touch direction
After the display is rotated, the touch needs to be modified.
Install libinput
sudo apt-get install xserver-xorg-input-libinput
Create the xorg.conf. D directory in /etc/x11 / below (if the directory already exists, this will proceed directly to step 3)
sudo mkdir /etc/X11/xorg.conf.d
3. Copy the file “40-libinput.conf” to the directory you just created.