The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
①Backlight button: backlight brightness adjustment button, short press backlight changes by 10%, long press 3 seconds to close backlight
②HDMI interface: HDMI signal input interface
③Amplifier interface: HDMI audio output interface
④USB power supply interface: provide power for ordinary display (5V 1A)
⑤Transaction raspberry pie 26PIN base: gets power and return touch from this area when used as a raspberry pie monitor
How to use with Raspbian/Ubuntu Mate/ Kali/ Retropie System
Method 1: quick install (raspberry pi needs Internet connection)
Step 1, Install Raspbian official image
Download the latest image from the official download.
Install the system according to the official tutorial steps.
Step2,Install LCD driver
1) log in the raspberry pie system with Putty connection to the user command line (initial username: PI password :raspberry)
2) execute the following command (Mouse Right-click can paste the code in Putty):
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.
Question: How to switch back to traditional monitor for display?
Answer:
Please refer to "How to install the LCD driver (En)" related instruction document, and use the following command:
sudo ./LCD-hdmi
Question: Why the LCD works but flickers?
Answer:
This problem is likely due to insufficient power supply.
If you are using the Raspberry Pi, please use the power supply of 5V full 2A to power the Raspberry Pi,
and connect the Raspberry Pi and the LCD by the short USB cable we provided.
If it is used as a computer monitor, do not use poor quality USB cable or extension cord connection,
do not receive extend the USB port to get electricity, please use the USB cable we provided.
Question: Why the Raspberry Pi unable to work properly after updating the Raspbian system??
Answer:
The update needs to be done in the following manner, otherwise the image cannot run:
sudo apt-mark hold raspberrypi-bootloader
sudo apt-get update
sudo apt-get upgrade
Question: Why the LCD is connected to the computer HDMI, but cannot be displayed normally?
Answer:
Make sure the HDMI interface of the computer can be output normally.
The computer only connects to the LCD as a display device, and does not connect to other monitors (unplug other monitors).
Connect the USB first, then the HDMI.
Try to restart your computer.
You must use the Windows operating system.
Question: How to turn on the Bluetooth function on the Raspberry Pi?
Anwer:
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);
Method 2: manually turn on Bluetooth.
sudo apt-get install pi-bluetooth
sudo apt-get install bluetooth bluez blueman
systemctl status bluetooth
sudo systemctl start bluetooth
sudo reboot
Question: Why unable to display full screen or incomplete when using 5”, 5”-B, 7”-B, or 7”-C HDMI screen?
Answer:
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:
There might be a delay of several hours in handling your question, depending on the time difference between your location and ours.
Sincerely hoping your understanding!