Open main menu

Changes

Install driver to 7 inch Cap Lcd 800*480

1,793 bytes added, 17:03, 18 December 2015
== Use Driver for this 7inch cap HD lcd ==

=== Connect the LCD ===
[[File:7inch-cap-Interface.jpg]]
* USB Touch/Power Interface: USB touch/power interface.
* HDMI: it is used for connecting the main board to the LCD screen.

=== Drive the LCD ===
Use our Image that we have configured;
[http://www.spotpear.com/download/image/RPI-7inch-HDMI-LCD-USB-Capacitive_Raspbian_B_B+_20151211.7z B/A+/B+-Raspbian]
[http://www.spotpear.com/download/image/RPI-7inch-HDMI-LCD-USB-Capacitive_Raspbian_Pi2_20151211.7z PI2-Raspbian]
[http://www.spotpear.com/download/image/RPI-7inch-HDMI-LCD-USB-Capacitive_ubunutu_mate_Pi2_20150801.7z PI2-Ubunutu_lxde]

== Install driver at yourself Raspbian OS ==

=== Copy & unzip file ===
* B/A+/B+--Raspbian:
Copy [http://www.spotpear.com/download/image/ the file] into the Raspbian system, and unzip it. enter the terminal and input the following command:
''sudo tar zxvf RPI_B_B+_USB_TOUCH_CAP_RASPBIAN-3.18.16-7.0-1024x600-20150806.tar.gz''
* PI2--Raspbian:
Copy [http://www.spotpear.com/download/image/ the file] into the Raspbian system, and unzip it. enter the terminal and input the following command:
''sudo tar zxvf RPI_2B_USB_TOUCH_CAP_RASPBIAN-3.18.16-v7-7.0-1024x600-20150806.tar.gz''

=== Enable the RPi USB power output MAX ===
sudo nano /boot/config.txt

#add the follow line:
max_usb_current=1

=== Run script ===
* B/A+/B+--Raspbian:
cd RPI_B+_USB_TOUCH_CAP_RASPBIAN-3.18.16-7.0-1024x600-20150806
sudo ./USB_TOUCH_CAP_7.0_RASPBIAN

* PI2--Raspbian:
cd RPI_2B_USB_TOUCH_CAP_RASPBIAN-3.18.16-v7-7.0-1024x600-20150806
sudo ./USB_TOUCH_CAP_7.0_RASPBIAN

=== Reboot ===
* When finished, the system will reboot automatically. And the LCD module can work properly, including display and touch functions, after the system rebooted.