Install driver to 7 inch Cap Lcd 1024*600
Jump to navigation
Jump to search
Contents
Use Driver for this 7inch cap HD lcd
Connect the LCD
- 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; B/A+/B+-Raspbian PI2-Raspbian PI2-Ubunutu_lxde
Install driver at yourself Raspbian OS
Copy & unzip file
- B/A+/B+--Raspbian:
Copy 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 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.