5110 and TFT LCD video tutorial

5110 and TFT LCD video tutorial

For 5110 LCD and TFT LCD series products, customers have  unclear idea about their advantages and disadvantages, confused about how to choose them according to different situations, therefore, currently we make this video tutorial about 5110 LCD, 1.8'' TFT LCD,2.2'' TFT LCD. We really hope this LCD User Guide can reduce your difficulty in using them, as we continually receive email requesting for TFT LCD technical support. Anyway, have a look, if you still have problem, welcome to contact us.  

5110 and TFT LCD Introduction

http://youtu.be/N7HGZuwRrp4

5110 LCD advantages:

1. the price is cheap as 5110 LCD is the reuse of mobile phone screen

2. materilas are enriched, as many people wrote reviews and libraries for it.

TFT LCD advantages:

1. product supply is stable and sufficient

2. support the colorful display use is convenient, as it is compatible with all 5110 interfaces

The mobile phone screen which could be reused will be increasingly reduced, so the 5110 stock is unstable, and the quality of reused screen can also not be ensured, what's more worse, the 5110 LCD can only display white and black picture, therefore, the TFT LCD with sufficient stock, good quality, supporting colorful display will definitely replace the 5110 and become the LCD trend.

Hardware and Software Preparation

Part 1  Achieve the 5110 LCD Display

 

1. Assemble the Arduino UNO and 5110 LCD through breadboard and Jumper Wire, and then link to PC via USB Cable

2. Set the switch to 3V3 port.

LED to VCC      MOSI to D9      RST to D11       GND to GND SCLK to D8       D/C to D10      SCE to D12       VCC to 3V3

3. Open Arduino IDE and choose your board and serial port.

4. Download the Library of LCD5110_Basic from here

5. Choose the examples and modify the code define from (8,9,10,11,12) to (8,9,11,10,12)

6. Compiling sketch until done uploading appears

7. 5110 LCD would display the white and black picture

Part 2  Achieve the 1.8’ TFT LCD Display

  1. As the TFT LCD is compatible with 5110 LCD interface, you do not need to change the jumper wire position between UNO and breadboard, and you just need to replace the 5110 LCD into 1.8' TFT LCD.
  2. Download the library of UTFT from here
  3. As the sketch is too big, you need to open the file to delete some content.
  4. Choose the examples and modify the code define from (LPH9135,6,5,2,3,4) into (9,9,8,12,10,11) .
  5. Compiling sketch until done uploading appears.
  6. The 1.8' TFT LCD would display the colorful screen.

Part 3. Achieve the 2.2’ TFT LCD Display

1. Maintain the jumper wire connection unchangeable, and then replace the previous 1.8'TFT into 2.2' TFT LCD.
2. Open Arduino IDE and copy code from WIKI
3. Choose the corresponding board and serial port, and modify the code define from (9,10,11,12,13) to (8,9,10,11,12)
4. Compiling sketch until done uploading appears 5. The 2.2’ TFT LCD would display the colorful picture.