Your Image on an Arduino! - TFT LCD Screen Guide

342K90754

Intro: Your Image on an Arduino! - TFT LCD Screen Guide

Have you ever heard of TFT LCD screens?  They are great ways to display information from your Arduino, or display pictures.  The Arduino team just released an official TFT LCD screen with their new Robot at Maker Faire 2013.  It's very easy to get started with!!  This tutorial will show you how to get the LCD up and running, load information from the SD card, and make a few simple projects.

The TFT LCD screen is a great way to detach your computer, and have the Arduino relay information that you need to know onto the LCD.  A great part of the LCD is that it has a built in microSD card socket.  You can store images on the microSD card socket, and even some text!

If you like this Instructable, please vote for me in the Arduino contest by clicking the orange ribbon in the upper right hand corner, then vote!!!

STEP 1: Parts & Tools

To make the project, you will need the following:

Parts:

Arduino UNO (Amazon, $22)
Arduino TFT LCD Screen (Arduino Store, ~$28)
ArduSensor Pot (Qtechknow, $8)
Half Sized Breadboard (Amazon, $5.50)
microSD Card 2GB (optional, Amazon, ~$6)
Jumper Wires

Tools:

USB-B Cable
Laptop
microSD Card Adapter & USB SD card reader

STEP 2: TFT LCD Basics

TFT LCD Screens (Thin-film-transistor liquid crystal display) are great graphical displays to display information.  They are a variant of a liquid crystal display (LCD) which uses TFT technology to improve image qualities such as addressability and contrast.  They are used often in video games, smartphones, cell phones, and sometimes even TV's.  Now, with the technology and accessibility today, you can use one with your Arduino!

LCDs, or liquid crystal displays, are easy to use with your Arduino.  They are a very simple ways of telling the user data from the Arduino.  Standard 16x2 character LCDs are found in grocery stores, when the display tells you what you bought as the cashier scans each item, and how much it costs.

STEP 3: Displaying Instructables Logo

For the first example, let's put the Instructables Logo on our TFT display!  Download the zip file below, and put it onto a microSD Card (2GB).  You will probably a microSD to SD Card adapter.  There is no special software needed, just copy and paste it onto the card.

Next, open up the Arduino IDE.  You'll need Arduino 1.0.5 or better to run the sketches.  Open up the InstructablesTFT example.  

Hook up the circuit above from the Arduino TFT LCD to your Arduino UNO.

Then, upload the sketch.  After you open the Serial Monitor, the LCD should have the Instructables Logo on it!

STEP 4: Sensor Readings

Let's try another example.  This time, we'll be mimicking the Serial Monitor on our TFT LCD.  Keep the same circuit, and then upload the new code below.  

This sketch will gather the reading from the ArduSensor Pot, and then relay it onto the TFT LCD screen 10 times per second.  This is a great way to display data without a computer.

STEP 5: Reading the SD Card

Next, let's read the microSD card on its own.  The Arduino TFT LCD actually has an microSD card reader on board, so let's see what's on it!

Open up the CardInfo sketch from the Arduino program; File>Examples>SD>CardInfo.  Upload this to your Arduino, and then open the serial monitor in the Arduino program.  

You should see all of the information of your microSD card pop up!!!  These numbers should be how much memory is in your SD card, what files are in it, etc.

STEP 6: Finished!

I hope that you learned a bunch from this tutorial, and that you'll consider making a project with the awesome Arduino TFT LCD Screen!

If you make a project, please post it in the comments!

52 Comments

As usual , great job Qtechknow ! I always look forward to reading your posts .
Build_it_Bob
is there a way to do this project without using ardunio

How can I send an image through bluetooth and show in an arduino? Thanks.

This looks like a fantastic tutorial, but could you please help: is there a cheaper alternative to the official arduino TFT screen but will still work with the tft library? Help and multiple suggestions are much appreciated!

Can I use pictures as a background and show infos (for example: accelerometer information) in the foreground?

can we use big display instead of TFT LCD display

Do you know if there's a way of using the old screen out of an iphone (3GS in my case) as a screen for the arduino?

sir i have done as per your instruction ...but i am getting white screen without any info being displayed .. plz help me ...

how to load image on the TFT without SDCard ?

Without a storage medium you would need to convert the image data into an array representing each pixel and make it part of your sketch. So you would be limited by the on-board memory of the Arduino.

how to to display image from my computer not from SD card ?

Not yet, but if you sequence images quickly, you can create a cool 'animation' effect!

I am also trying to play a video using Arduino. If I use images after split from a video as a slideshow using higher speed. will Arduino able to process it ?

to hard!!!!!!!!!!!!!!!!!!! to much monnie

More Comments