0% found this document useful (0 votes)
133 views

RPI TFT LCD Adapter User Guide

The document provides instructions for using an RPI GPIO TFT LCD adapter board with a Raspberry Pi 2 and 2.4" TFT display. It lists the required hardware as a Raspberry Pi 2, adapter board, TFT display, and cable. It describes transferring the RPLCD source code to the Pi using FileZilla FTP and then compiling and running the lcddemo program to drive the TFT display.

Uploaded by

manutheking
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
133 views

RPI TFT LCD Adapter User Guide

The document provides instructions for using an RPI GPIO TFT LCD adapter board with a Raspberry Pi 2 and 2.4" TFT display. It lists the required hardware as a Raspberry Pi 2, adapter board, TFT display, and cable. It describes transferring the RPLCD source code to the Pi using FileZilla FTP and then compiling and running the lcddemo program to drive the TFT display.

Uploaded by

manutheking
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

RPI TFT LCD Adapter User Guide

RPI GPIO TFT LCD Adapter Description


RPI GPIO TFT LCD ADAPTER is an LCD expansion board, connecting
Raspberry Pi 2 and 2.4 TFT, compact, and the pin distance is set as 2.54mm.
Unique and delicate design, it can directly drive 2.4TFT LCD Module. When
RPI GPIO Shield connected with Raspberry Pi GPIO, please make sure their
pins are corresponding with each other.
Hardware and Software Preparation
Hardware
1Raspberry Pi 2 Mainboard
2RPI GPIO TFT LCD ADAPTER
32.4TFT
426pin Cable
Software
1RPLCD Code
2FileZilla FTP File Transfer Software
Part 1 Transfer RPLCD source code to the raspberry pi file
system
1. Download and install FileZilla File Transfer Software
2.Transfer PRLCD Code to Raspberry Pi by FileZilla, and pay attention to
placing the Raspberry Pi and PC in the same LAN.
Note
1HOST refers to Raspberry Pi IP Address
2Username refers to Raspberry Pi Administrator Account Username
3Password refers to Raspberry Pi Administrator Account Password
4Port default 22
Part 2 Drive 2.4 TFT through Raspberry Pi
Step 1. Connection
Step 2. Program the PRLCD code
Enter RPLCD directory through Raspberry Pi Terminal, and type make
Demand, then this file would emerge the lcddemo executable file.
Type ./lcddemo, you would run this executable file.
Running Effect as below

You might also like