Description
The Arduino UNO module is a 3.5-inch TFT LCD module with 320×480 resolution and 65K color display. It uses 8-bit line parallel port communication, and the driver IC is ILI9486. The module includes an LCD display, 5V~3.3V level conversion circuit, which can be directly plugged into the Arduino UNO and MEGA2560 development boards, and also supports SD card expansion function.
Product Features
Input Voltage: DC 3.3-5.5V
Screen Size: 3.5″
Screen Material: TFT
Resolution: 320X480
Drive IC: ILI9486
Interface mode: parallel 8 bit
Module Pin: 28Pin (8+8+6+6)
Touch: No
Module Size: 55x85mm/2.17×3.35″
Getting started with the TFT LCD Arduino Shield Plug and Play
Testing the TFT LCD 3.5 inch 480×320 Touch Screen with an Arduino Uno.
Hardware required
- 3.5” 320×480 TFT LCD Arduino Shield
- Arduino UNO/MEGA
Connecting the Hardware
connect the3.5″ TFT Touch screen into the Arduino Uno. Go slowly and ensure that all pins are inserted correctly and are straight.
Setting up the library
You can simply download and install library as shown below, by opening the sketch tab>include libary>manage libraries
after opening manage library wait a bit to search for libraries, after go to search tab type in “mcufriend” and install the library as shown below
Upload the sample sketch
open the sample sketch that is located in file>examples>MCUFRIEND_kbv>Button_Simple and upload it. as shown below
Testing the circuit
Once you upload this program you will see something like this on the screen