<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;">
<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;">
<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;">
<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 />
<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;">
7" standard display, 800 × 480 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: MPI7001
Resolution: 800*480 (dots)
Touch: five-point capacitive touch
Product Size: 164.9*124.27 (mm)
Package Size: 211*150*53 (mm)
Rough Weight(Package containing): 405 (g)
Power Dissipation: 0.74A*5V
Hardware Description
① 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
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:
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
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):
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