Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

5inch HDMI Display-D

From LCD wiki
More languages

Product Images

Product Introduction

  • 5-inch standard display, using an IPS full-view panel
  • Physical resolution of 1024×600 dots, with a delicate display effect
  • HD input with zoom function supports higher resolutions (up to 1920X1080 input)
  • With a capacitive touch screen, supports 5-point touch control, USB touch, driver-free
  • Supports USB dimming function, and the online dimming can be achieved with the supporting host computer software
  • Has its own OSD menu adjustment function (can adjust contrast/brightness/turn on and off, etc.)
  • Compatible with mainstream mini PCs such as Raspberry Pi, BB Black, Banana Pi, etc.
  • When used as a Raspberry Pi display, it supports systems such as Raspbian, Ubuntu, and WIN10 IOT, with multi-touch and driver-free
  • When used as a computer display, it supports Windows 7/ 8/ 8.1/ 10/11 systems, with 5-point touch and USB driver-free
  • Supports commonly used game consoles such as Microsoft Sony PS4, XBOx360, and Nintendo
  • This product has passed CE and RoHS certifications.

Product Parameters

  • Size: 5.0 (inch)
  • SKU: MPI5006
  • Resolution: 1024×600 (dots)
  • Material: IPS
  • Touch: 5-point capacitive touch
  • Dimensions: 121.11(W)*77.93(H)*13.94(T)(mm)
  • Package Dimensions: 153*135*51 (mm)
  • Weight (including packaging): 254(g)
  • Power Consumption: 2.3W

Hardware Instructions

Product Dimensions


Interface Function Instructions

Interface Description
1:Menu Displays the OSD settings menu / selection key
2:Left/Up Direction key <- (Backlight quick adjustment key)
3:Right/Down Direction key -> (Backlight quick adjustment key)
4:Return When setting the display menu, return to the previous level
5:Power Turn on or off the LCD display to reduce power consumption
6:M2.5 2.5mm copper post
7:Display interface Used to connect the motherboard and the LCD display for HDMI transmission
8: HDMI interface Connect to the signal source device using an HDMI cable
9: Power Connect to the signal source device using a TypeC-USB cable. This interface is used for touch and power supply
11: PWM external interface This interface can be used for external PWM debugging and needs to be soldered by yourself
12:Raspberry Pi hole 2.5mm copper post, which can be used to connect and fix the Raspberry Pi

Pin Definition of the 20Pin-0.5mm-FPC⑦ Expansion Interface

1 NC Floating
2 RX0_N Data transmission pin, used to transmit the differential data signal of channel 0
3 GND Ground pin
4 RX0_P Data transmission pin, used to transmit the differential data signal of channel 0
5 RX1_N Data transmission pin, used to transmit the differential data signal of channel 1
6 GND Ground pin
7 RX1_P Data transmission pin, used to transmit the differential data signal of channel 1
8 RX2_N Data transmission pin, used to transmit the differential data signal of channel 2
9 GND Ground pin
10 RX2_P Data transmission pin, used to transmit the differential data signal of channel 2
11 RXC_P Clock transmission pin, used to transmit the differential clock signal
12 GND Ground pin
13 RXC_N Clock transmission pin, used to transmit the differential clock signal
14 NC Floating
15 NC Floating
16 HDMI SCL IIC clock line, which provides a clock signal for data transmission
17 HDMI SDA IIC data line, used for actual data transmission
18 GND Ground pin
19 HDMI 5V Power pin, providing 5V power supply
20 HDMI HPD0 It is the hot-plug detection signal pin in the HDMI interface

Pin Definition of the 4Pin-1.25mm⑩ Touch Expansion Interface

Pin Identifier Function Description
1 5V Power pin, providing 5V power supply
2 D+ Data transmission pin, used to transmit differential data signals
3 D- Data transmission pin, used to transmit differential data signals
4 GND Ground pin

Using in Raspberry Pi Raspbian/Ubuntu Mate/Win10 IoT Core Systems

  • Step 1, Install the Official Image
  1. Download the latest image from the official website
  2. Install the system according to the official tutorial steps
  • Step 2, Modify the config.txt Configuration File
After the burning in Step 1 is completed, open the config.txt file in the root directory of the Micro SD card and add the following code at the end of the file, save it and safely eject the Micro SD card:
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 1024 600 60 6 0 0 0
Note: For the official Raspberry Pi system on 2021-10-30, you also need to comment out dtoverlay=vc4-kms-v3d (modify it to #dtoverlay=vc4-kms-v3d)
  • Step 3,
Insert the Micro SD card into the Raspberry Pi, connect the HDMI cable between the Raspberry Pi and the LCD, connect the USB cable to any one of the 4 USB ports of the Raspberry Pi, and connect the other end of the USB cable to the USB port of the LCD. Then power on the Raspberry Pi. If the display and touch are both normal, the driver installation is successful (please use a power supply of at least 2A).

How to Use as a Computer Display

  • Use an HDMI cable to connect the computer's HDMI output signal to the HDMI interface of the LCD;
  • Connect one end of the MicroUSB cable to the USB Touch interface of the LCD (either of the two MicroUSB ports can be used), and the other end to the USB port of the computer.
  • If there are multiple displays, please first unplug the interfaces of other displays and test this LCD as the only display.

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

Frequently Asked Questions

Resource Download

Documents

  1. MPI5006 Product Manual
  2. How to Install LCD Driver-V1.2
  3. How to Calibrate the Capacitive Touch Screen-V1.0
  4. How to Install the Virtual Keyboard (CN)
  5. Raspberry Pi Getting Started Tutorial (Download, Format, Burn, SSH, PuTTy)-V1.0
  6. Product Dimension Diagram:
  7. How to Set Dual-Screen Display for the HDMI Module-V1.0

Driver Download

  1. Local Download: LCD-show.tar.gz

Image Download

If you think that modifying the configuration and installing the driver in the previous steps are difficult or the display is still abnormal, please first use the image with the pre-installed driver we provided.
After downloading, unzip it and write the image to the TF card. Then insert the card into the Raspberry Pi and it can be used.

Template:Note image

Image Name Version Download
Raspbian 2024-11-19 BaiduYun: MPI5001-5inch-2024-11-19-raspios-bookworm-armhf(Pi4-Pi5) Extraction Code: c2gz
Mega: MPI5001-5inch-MPI4305-4.3inch-2022-04-04-raspios-bullseye-armhf.7z
Ubuntu-MATE-32bit 22.04 BaiduYun: MPI5001-5inch-MPI4305-4.3inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z Extraction Code: my14
Mega: MPI5001-5inch-MPI4305-4.3inch-ubuntu-mate-22.04-desktop-armhf+raspi.7z
Kali Linux RaspberryPi-32bit 2024.3 BaiduYun: MPI5001-5inch-B-kali-linux-2024.3 Extraction Code: mfny
Mega: MPI5001-5inch-B-kali-linux-2023.1

Commonly Used Software

  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY

BACK TO TOP