Difference between revisions of "3.2 TFT LCD Touch Shield"

From ITEAD Wiki
Jump to: navigation, search
(Features)
(Hardware)
Line 20: Line 20:
  
 
==Hardware==
 
==Hardware==
 +
http://imall.iteadstudio.com/media/wysiwyg/Products/ArduinoTFTShields/IM120417021_3.2_TFT_LCD_Touch_Shield.jpg
 +
 +
Figure 1 Bottom View
 +
 +
Pin map of Arduino 2.8” TFT Touch [[Shield]]:
 +
{| class="wikitable"
 +
|-
 +
| align="center" style="background:#f0f0f0;"|'''Arduino Mega PIN'''
 +
| align="center" style="background:#f0f0f0;"|'''Description'''
 +
|-
 +
| D2||T_IRQ
 +
|-
 +
| D3||T_DOUT
 +
|-
 +
| D4||T_DIN
 +
|-
 +
| D5||T_CS
 +
|-
 +
| D6||T_CLK
 +
|-
 +
| D22||DB8
 +
|-
 +
| D23||DB9
 +
|-
 +
| D24||DB10
 +
|-
 +
| D25||DB11
 +
|-
 +
| D26||DB12
 +
|-
 +
| D27||DB13
 +
|-
 +
| D28||DB14
 +
|-
 +
| D29||DB15
 +
|-
 +
| D30||DB7
 +
|-
 +
| D31||DB6
 +
|-
 +
| D32||DB5
 +
|-
 +
| D33||DB4
 +
|-
 +
| D34||DB3
 +
|-
 +
| D35||DB2
 +
|-
 +
| D36||DB1
 +
|-
 +
| D37||DB0
 +
|-
 +
| D38||RS
 +
|-
 +
| D39||WR
 +
|-
 +
| D40||CS
 +
|-
 +
| D41||RST
 +
|-
 +
| D50||SD_MISO
 +
|-
 +
| D51||SD_MOSI
 +
|-
 +
| D52||SD_SCK
 +
|-
 +
| D53||SD_NSS
 +
|}
  
 
==Operation voltage level setting switch==
 
==Operation voltage level setting switch==

Revision as of 09:53, 9 June 2014

Overview

3.2 TFT LCD TOUCH SHIELD.jpg

Arduino 3.2" TFT LCD Touch shield is an Arduino Mega compatible multicolored TFT display with touch-screen and SD card socket. It is available in an Arduino MEGA shield compatible pinout for attachment. The TFT driver is based on SSD1289 with 8bit data and 4bit control interface.

The Arduino 3.2" TFT LCD Touch shield can work with both 3.3V and 5V, so it can dispaly on Chipkit MAX32 as well.

Features

  • Arduino Mega Shield compatible footprint
  • Arduino library UTFT support
  • TFTResolution : 240 x 320 pixels
  • Size : 3.2"
  • Colors : 262K
  • Backlight : LED
  • Driver IC: SSD1289

Specifications

Electrical Characteristics

Hardware

IM120417021_3.2_TFT_LCD_Touch_Shield.jpg

Figure 1 Bottom View

Pin map of Arduino 2.8” TFT Touch Shield:

Arduino Mega PIN Description
D2 T_IRQ
D3 T_DOUT
D4 T_DIN
D5 T_CS
D6 T_CLK
D22 DB8
D23 DB9
D24 DB10
D25 DB11
D26 DB12
D27 DB13
D28 DB14
D29 DB15
D30 DB7
D31 DB6
D32 DB5
D33 DB4
D34 DB3
D35 DB2
D36 DB1
D37 DB0
D38 RS
D39 WR
D40 CS
D41 RST
D50 SD_MISO
D51 SD_MOSI
D52 SD_SCK
D53 SD_NSS

Operation voltage level setting switch

Software

Download

Useful Links