Note: The Raspberry Pi Board is not including in the package list.
Introduction:
1. Each touchscreen is well packed in the box, and there are HDMI cable, USB cable and CD.
2. There is the use instructions,driver,images which configured the driver (can be use directly) in the CD, so you can use it even you are beginner for raspberry.
3. The holder case is designed for the 7 inch touchscreen especially,there is a set screws and nuts to install it in the package.
Features:
1. Resolution: 1024 x 600 or 800 x 480
2. USB interface capacitive touch more convenient
3. Support the backlight control ( ON/OFF switch on the back ) , saves the electricity
4. Support the Raspberry Pi , provide Raspbian, Ubuntu, Win 10 system image in the CD
5. General HDMI display , can be used as a computer monitor ( touch function cannot be used )
6. HDMI interface is used to display and USB interface is used for touch and power supply.
7. This 7 inch touch screen module is designed especially for Raspberry Pi 3 Model B+/B , support the portable power , convenient for DIY.
About the system image:
1. Use the images for this touchscreen in the CD directly.
2. Configure the raspbian system:
1). Install the raspbian system to your sd card, open the sd card on your computer .
2). Open the config.txt file in the root directory of sd card, add the following code at the end of the file, save it and safely eject the sd card .
Code for 800*480 7 inch toucscreen:
max_usb_current=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
Code for 1024*600 7 inch toucscreen:
max_usb_current=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
Note :
The LCD just support Raspbian, Ubuntu and Win 10 syste , if you want to use the other system image your own, you need to configure the driver to your system by yourself .
If you need to use the touch function, USB line must be connected to the raspberry pi, don't need a separate power supply.