Difference between revisions of "7inch HDMI Display-C"

From LCD wiki
Jump to: navigation, search
(Resource)
(33 intermediate revisions by the same user not shown)
Line 31: Line 31:
 
*Size:      7.0 (inch)
 
*Size:      7.0 (inch)
 
*SKU:        MPI7002
 
*SKU:        MPI7002
*Resolution: 1024 × 600 (dots)
+
*Resolution: 1024*600 (dots)
 
*Touch:      five-point capacitive touch
 
*Touch:      five-point capacitive touch
 +
*Active Area: 154.2144*85.92(mm)
 
*Product Size: 164.9*124.27 (mm)
 
*Product Size: 164.9*124.27 (mm)
 
*Package Size: 211*150*53 (mm)  
 
*Package Size: 211*150*53 (mm)  
 
*Rough Weight(Package containing): 405 (g)
 
*Rough Weight(Package containing): 405 (g)
*Power Dissipation: 0.84A*5V
+
*Power Dissipation: 0.62A*5V @1024*600
  
 
== <font color="blue">Hardware Description</font> ==
 
== <font color="blue">Hardware Description</font> ==
[[file:MPI7001-02.jpg|750px]]<br />
+
[[file:MPI7002-Hardware.jpg|750px]]<br />
 
<br />
 
<br />
 
<br />
 
<br />
Line 45: Line 46:
 
*    <font color="blue"> '''①'''</font>       Backlight Power switch: Controls the backlight turned on and off to save power.  
 
*    <font color="blue"> '''①'''</font>       Backlight Power switch: Controls the backlight turned on and off to save power.  
 
*    <font color="blue">  '''②&③'''</font>    USB Touch / power supply connector: For power supply and touch output, the functions of the both are the same, can just use one of them.     
 
*    <font color="blue">  '''②&③'''</font>    USB Touch / power supply connector: For power supply and touch output, the functions of the both are the same, can just use one of them.     
*    <font color="blue"> '''④'''</font>        HDMI interface: For connecting motherboard and LCD monitor to HDMI transmission.  
+
*    <font color="blue"> '''④'''</font>        HDMI interface: For connecting motherboard and LCD monitor to HDMI transmission.
  
 
== <font color="blue">How to use with Raspbian/Ubuntu Mate/Win10 IoT Core System</font> ==
 
== <font color="blue">How to use with Raspbian/Ubuntu Mate/Win10 IoT Core System</font> ==
Line 61: Line 62:
 
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=1
Line 67: Line 67:
 
hdmi_cvt 1024 600 60 6 0 0 0
 
hdmi_cvt 1024 600 60 6 0 0 0
 
}}
 
}}
 +
 
==='''Step 3, Drive the 5inch HDMI Display-B with the Raspberry Pi'''===
 
==='''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,  
 
: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,  
Line 79: Line 80:
 
* 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.
 +
 +
== <font color="blue">How to rotate the display direction</font>  ==
 +
*'''Step 1''',If the driver is not installed, execute the following command (Raspberry Pi needs to connected to the Internet):
 +
{{code|
 +
sudo rm -rf LCD-show
 +
git clone https://github.com/goodtft/LCD-show.git
 +
chmod -R 755 LCD-show
 +
cd LCD-show/
 +
sudo ./LCD7C-show }}
 +
After execution, the driver will be installed.  <br/>
 +
 +
*'''Step 2''',If the driver is already installed, execute the following command:
 +
{{code|
 +
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.  <br/>
 +
( ' <font color="blue">90</font> ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)  <br/>
 +
<font color="red">If the '''rotate.sh''' prompt cannot be found, use '''Step 1''' to install the latest drivers</font>
  
 
== <font color="blue">Product Dimensions</font> ==
 
== <font color="blue">Product Dimensions</font> ==
  
 
*[http://www.lcdwiki.com/res/MPI7002/MPI7002_Product_Dimensions.png MPI7002_Product_Dimensions]
 
*[http://www.lcdwiki.com/res/MPI7002/MPI7002_Product_Dimensions.png MPI7002_Product_Dimensions]
 
{{rotate}}
 
  
 
==<font color="blue">Resource</font>==
 
==<font color="blue">Resource</font>==
Line 93: Line 110:
 
#[http://www.lcdwiki.com/res/MPI5001/EN/How_to_install_the_LCD_driver_V1.2.pdf How_to_install_the_LCD_driver_V1.2]
 
#[http://www.lcdwiki.com/res/MPI5001/EN/How_to_install_the_LCD_driver_V1.2.pdf How_to_install_the_LCD_driver_V1.2]
 
#[http://www.lcdwiki.com/res/MPI5001/EN/How_to_install_matchbox-keyboard(En).pdf How_to_install_matchbox-keyboard]
 
#[http://www.lcdwiki.com/res/MPI5001/EN/How_to_install_matchbox-keyboard(En).pdf How_to_install_matchbox-keyboard]
# [http://www.lcdwiki.com/res/PublicFile/How_to_calibrate_the_Capacitive_Touch_Screen-V1.0.pdf How_to_calibrate_the_Capacitive_Touch_Screen-V1.0]
+
#[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]
# [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]
 
 
*'''Driver download'''
 
*'''Driver download'''
  
Line 107: Line 123:
 
:Just need download and write the image into the TF card. DO NOT need any driver installation steps.
 
:Just need download and write the image into the TF card. DO NOT need any driver installation steps.
  
{| class="wikitable" border="1" style="width: 95%; margin-left:1.5%;background-color: white;"
+
{| class="wikitable" border="1" style="width: 100%; margin-left:1.5%;background-color: white;"
 
!Image Name
 
!Image Name
 
!Version
 
!Version
Line 115: Line 131:
 
|-
 
|-
 
| rowspan="2" |Raspbian
 
| rowspan="2" |Raspbian
| rowspan="2" |2019-07-10
+
| rowspan="2" |2023-02-21
| rowspan="2" |PI4/PI3B+/PI2/PI3/ZERO/ZERO W
+
| rowspan="2" |PI4/PI3B+/PI3/   
 +
PI2/ZERO/ZERO W
 
| rowspan="2" |user:pi
 
| rowspan="2" |user:pi
 
password:raspberry
 
password:raspberry
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://pan.baidu.com/s/1g1nLSdmGm2EoQa4Zykga-w MPI7002-7inch-C-1024x600-2019-07-10-raspbian-buster.7z] Fetch Code:cskb
+
|[https://pan.baidu.com/s/10QVcI9tLn17zIf9rcuiXqw  MPI7002-7inch-C-2023-02-21-raspios-bullseye-armhf.7z] 提取码:4464
 
|-
 
|-
 
|[[File:Mega-1.jpg|24px]]Mega:  
 
|[[File:Mega-1.jpg|24px]]Mega:  
|[https://mega.nz/#!7PgFSabY!-RMNuIHlE77JCnZmS9zOV5-A4YCOi-xC6YXI9DAHfec MPI7002-7inch-C-1024x600-2019-07-10-raspbian-buster.7z]
+
|[https://mega.nz/folder/DDwyEQDB#_UZtBNlHnM6GaVPdCQcy_A MPI7002-7inch-C-2022-04-04-raspios-buster-armhf.7z]
 
|-
 
|-
| rowspan="2" |Ubuntu
+
| rowspan="2" |Ubuntu-MATE-32bit
| rowspan="2" |16.02
+
| rowspan="2" |22.04
| rowspan="2" |PI3B+,PI3,PI2
+
| rowspan="2" |PI4,PI3B+,PI3,PI2
 
| rowspan="2" |user:pi
 
| rowspan="2" |user:pi
 
password:raspberry
 
password:raspberry
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://pan.baidu.com/s/1KmUodCNjiQhZ3x9EDyRt5g 7inch-1024X600-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z] Fetch Code:4n8d
+
|[https://pan.baidu.com/s/1hBsuwWZCJwlJ1bwQWH7hbg  MPI7002-7inch-C-ubuntu-mate-22.04-desktop-armhf+raspi.7z] 提取码:kg0i
 
|-
 
|-
 
|[[File:Mega-1.jpg|24px]]Mega:
 
|[[File:Mega-1.jpg|24px]]Mega:
|[https://mega.nz/#!eCAWmaCR!40h58sVX6T656frdQBmZkiK6_biaAQgdzioKh69Rs64 7inch-1024X600-RPI3-RPI2-ubuntu-mate-16.04-beta2.7z]
+
|[https://mega.nz/folder/yeoBGA5L#W02uzKTC0eseuNRFqaPx5w MPI7002-7inch-C-ubuntu-mate-22.04-desktop-armhf+raspi.7z]
 
|-
 
|-
| rowspan="2" |Kali-linux
+
| rowspan="2" |Kali Linux RaspberryPi-32bit
| rowspan="2" |2019.1
+
| rowspan="2" |2023.1
| rowspan="2" |PI3B+,PI3,PI2
+
| rowspan="2" |PI4B,PI3B+,PI3,PI2
| rowspan="2" |user:root
+
| rowspan="2" |user: kali
password:toor
+
password: kali
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://pan.baidu.com/s/1fXg2AitMaX3rVi9rZS4CMQ MPI7002-7inch-C-Kali-1024x600-19.1.7z] Fetch Code:q99a
+
|[https://pan.baidu.com/s/1N1q6A87xCbUd0yS0qBQEzg  MPI7002-7inch-C-1024x600-kali-linux-2023.1] 提取码:r7sa
 
|-
 
|-
 
|[[File:Mega-1.jpg|24px]]Mega:
 
|[[File:Mega-1.jpg|24px]]Mega:
|[https://mega.nz/#!zsRHiYyY!IZwbEyKqG6IgrL-SsSWvraDh7daCZj15hFruekcY5CI MPI7002-7inch-C-Kali-1024x600-19.1.7z]
+
|[https://mega.nz/folder/rPpnBKRJ#-e3qRcq0cVwBW1-2GebIIw MPI7002-7inch-C-1024x600-kali-linux-2021.2]
 
|-
 
|-
 
| rowspan="2" |Win10 IOT
 
| rowspan="2" |Win10 IOT
Line 152: Line 169:
 
| rowspan="2" |
 
| rowspan="2" |
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
 
|[[File:Baiduyun.jpg|24px]]BaiduYun:
|[https://pan.baidu.com/s/1dCydKP3c1w-VfcKBYaoYZQ 7inch-RPI_2B-win10IOT-1024x600.img.zip] Fetch Code:ywlw
+
|[https://pan.baidu.com/s/1dCydKP3c1w-VfcKBYaoYZQ 7inch-RPI_2B-win10IOT-1024x600.img.zip] 提取码:ywlw
 
|-
 
|-
 
|[[File:Mega-1.jpg|24px]]Mega:
 
|[[File:Mega-1.jpg|24px]]Mega:
 
|[https://mega.nz/#!yHZ0VYyb!0XA6TW7lx8GpyAwVKbj8vXhaFERbwfLw9JNe6REJEwg 7inch-RPI2-win10IOT-1024x600.img.zip]
 
|[https://mega.nz/#!yHZ0VYyb!0XA6TW7lx8GpyAwVKbj8vXhaFERbwfLw9JNe6REJEwg 7inch-RPI2-win10IOT-1024x600.img.zip]
|}  
+
|}  
 
*[http://www.lcdwiki.com/MD5 MD5 of Image]
 
*[http://www.lcdwiki.com/MD5 MD5 of Image]
  

Revision as of 11:50, 27 March 2023


语言选择

Languages

➤中文
➤EN


Product Video

Product pictures

MPI7002-01.png
MPI7002-04.jpg MPI7002-02.jpg MPI7002-03.jpg

Product Description

  • 7’’ standard display, 1024 × 600 Hardware resolution, Up to 1920x1080 software configuration resolution.
  • Capacitive touch screen, maximum support 5 point touch
  • Support backlight control alone, the backlight can be turned off to save power
  • Support Raspberry Pi, BB Black, Banana Pi and other mainstream mini PC
  • Can be used as general-purpose-use HDMI monitor, for example: connect with a computer HDMI as the sub-display
  • Used as a raspberry pi display that supports Raspbian, Ubuntu, Kali-Linux, 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
  • CE, RoHS certification


Product Parameters

  • Size: 7.0 (inch)
  • SKU: MPI7002
  • Resolution: 1024*600 (dots)
  • Touch: five-point capacitive touch
  • Active Area: 154.2144*85.92(mm)
  • Product Size: 164.9*124.27 (mm)
  • Package Size: 211*150*53 (mm)
  • Rough Weight(Package containing): 405 (g)
  • Power Dissipation: 0.62A*5V @1024*600

Hardware Description

MPI7002-Hardware.jpg


  • Backlight Power switch: Controls the backlight turned on and off to save power.
  • ②&③ USB Touch / power supply connector: For power supply and touch output, the functions of the both are the same, can just use one of them.
  • HDMI interface: For connecting motherboard and LCD monitor to HDMI transmission.

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=87
hdmi_drive=1
display_rotate=0
hdmi_cvt 1024 600 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

  • Step 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 ./LCD7C-show 

After execution, the driver will be installed.

  • Step 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 Step 1 to install the latest drivers

Product Dimensions

Resource

  • Document
  1. 7inch_HDMI_Display-C_User_Manual(En)
  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
  • 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 Default Password Download
Raspbian 2023-02-21 PI4/PI3B+/PI3/

PI2/ZERO/ZERO W

user:pi

password:raspberry

Baiduyun.jpgBaiduYun: MPI7002-7inch-C-2023-02-21-raspios-bullseye-armhf.7z 提取码:4464
Mega-1.jpgMega: MPI7002-7inch-C-2022-04-04-raspios-buster-armhf.7z
Ubuntu-MATE-32bit 22.04 PI4,PI3B+,PI3,PI2 user:pi

password:raspberry

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

password: kali

Baiduyun.jpgBaiduYun: MPI7002-7inch-C-1024x600-kali-linux-2023.1 提取码:r7sa
Mega-1.jpgMega: MPI7002-7inch-C-1024x600-kali-linux-2021.2
Win10 IOT 2017.06 PI3,PI2 Baiduyun.jpgBaiduYun: 7inch-RPI_2B-win10IOT-1024x600.img.zip 提取码:ywlw
Mega-1.jpgMega: 7inch-RPI2-win10IOT-1024x600.img.zip
  • Software
  1. Panasonic SDFormatter
  2. Win32DiskImager
  3. PuTTY

BACK TO TOP