KS0214 keyestudio RPI TFT 3.5 LCD Touchscreen Shield

From Keyestudio Wiki
Jump to navigation Jump to search


Introduction

It is the cutest, little display for the Raspberry Pi. It features a 3.5" display with 480x320 16-bit color pixels and a resistive touch overlay.
It supports any revision of Raspberry Pi (directly-pluggable).

thumb


Dimensions


thumb



Connection Diagram

This will have to be the easiest step, since you just need to take the LCD module and plug it on to your raspberry pi GPIO pins as shown in the below picture.

thumb


Program Writing


1.Writing an image to the SD card

In our supporting files, you will find the image file “2016-05-27-raspbian-jessie” which is an operation system come with a Desktop Environment.
You need to use an image writing tool like Win32DiskImager to install it on your SD card. Then write the image into your SD card.


2.Log in the Pi

Insert the SD Card and finally attach the power supply.
The Raspberry Pi will boot immediately. This will take a little bit more than a minute. Once the Pi is booted it will ask you for the username and the password.
By default the following log-in credentials can be used:

  • Username: pi
  • Password: raspberry


3.Programming

copy the LCD-show-160813.tar file and put it into the raspberry pi file through WinSCP. Type in this command to unzip the source code:

  • tar xfz LCD-show-160813.tar.gz
  • cd LCD-show-160813

Finally type this: sudo ./LCD-show-160813 to launch the program.
Once this is done, restart your Raspberry Pi:
sudo reboot

thumb

thumb

thumb


Result

Touch the touchscreen to look at the information on your Pi as shown in below figure.

thumb



Documents

  • RASPBIAN JESSIE:

https://www.raspberrypi.org/downloads/raspbian/

  • Installation Package:

https://drive.google.com/open?id=1fkLMzRFuqDaFqw_NB22N7uM2qHOZg1FN

  • Source Code:

https://drive.google.com/open?id=1N53Gv-mO94CkWpF5xJ9jUsVnC91uJkMc

  • PDF File:

https://drive.google.com/open?id=11MJ_BCMJx0gF0GslXKihjN8RRPlvuzD-



Get One Now