0% found this document useful (0 votes)
36 views1 page

Install LCD Driver on Raspberry Pi

This document provides instructions for installing an LCD driver on a Raspberry Pi in 3 steps: 1) Download and install Raspbian OS on a SD card. 2) Copy the LCD driver file to the Pi and run the appropriate command based on the LCD size to install the driver. 3) The system will restart and the LCD should work.

Uploaded by

al_caryl
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views1 page

Install LCD Driver on Raspberry Pi

This document provides instructions for installing an LCD driver on a Raspberry Pi in 3 steps: 1) Download and install Raspbian OS on a SD card. 2) Copy the LCD driver file to the Pi and run the appropriate command based on the LCD size to install the driver. 3) The system will restart and the LCD should work.

Uploaded by

al_caryl
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Raspberry Pi LCD Driver installation 2016-06-28

Raspberry Pi LCD
Driver installation

Step1, Install Raspbian official mirror


1)Download Raspbian official mirror:[Link]
2)Use“[Link]”to Format your TF Card,
3)Use“[Link]” Burning mirror to TF Card。

Step2, Install LCD Driver


1)Copy “[Link]” to the root directory of raspberry pi(you can copy it directly to
TF card after Step1, or use SFTP to remote copy)
2) Landing Raspberry pi system to user command line (Name:pi,Password:raspberry),Execute the
following command:

cd /boot
sudo tar zxvf [Link]
cd LCD-show/
#For 2.8inch RPI LCD excute:
sudo ./LCD28-show
# For 3.2inch RPI LCD excute:
sudo ./LCD32-show
# For 3.5inch RPI LCD excute:
sudo ./LCD35-show
# For 3.97inch RPI LCD excute:
sudo ./LCD397-show
# For 4.3inch RPI LCD excute:
sudo ./LCD43-show
# For 5inch RPI LCD excute:
sudo ./LCD5-show
# For 7inch(B)-800X480 RPI LCD excute:
sudo ./LCD7B-show
# For 7inch(C)-1024X600 RPI LCD excute:
sudo ./LCD7C-show
# If you need to switch back to the traditional HDMI display excute:
Sudo ./LCD-hdmi

3)Wait a few minutes,the system will restart automaticall , enjoy with your LCD.

You might also like