10.1inch HDMI LCD (D)
1.
Download the Raspbian image from Raspberry Pi web site. Write the image to a TF
card.
2.
Append the following lines to the config.txt file which is located in the root of your
TF card:
max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1280 800 60 6 0 0 0
You must make sure that there are no spaces on either side of the equal sign.
3.
Save and insert the TF card to your Pi
4.
Connect the Touch interface of LCD to USB port of Raspberry Pi
5.
Connect HDMI interface of LCD to HDMI port of Raspberry Pi
6.
Power up the LCD
7.
Power up your Raspberry Pi
ROTATION
Display Rotating
1.
To rotating the display, you can append this statement to the config file
display_rotate=1 #1: 90; 2: 180; 3: 270
2.
Reboot the Raspberry Pi
sudo reboot