Difference between revisions of "Arduino 3.2 TFT LCD Touch Shield V2"
m (→Features) |
m (→Features) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[File:3.2 TFT LCD TOUCH SHIELD.jpg|thumb|400px|right]] | [[File:3.2 TFT LCD TOUCH SHIELD.jpg|thumb|400px|right]] | ||
− | Arduino 3.2" TFT LCD Touch [[shield]] V2 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 ILI9341 with 8bit data and 4bit control interface. | + | Arduino 3.2" TFT LCD Touch [[shield]] V2 is an Arduino Mega compatible, multicolored TFT display with touch-screen and SD card socket as well. It is available in an Arduino MEGA [[shield]] compatible pinout for attachment. The TFT driver is based on ILI9341 with 8bit data and 4bit control interface. |
− | The Arduino 3.2" TFT LCD Touch [[shield]] V2 can work with both 3.3V and 5V, | + | The Arduino 3.2" TFT LCD Touch [[shield]] V2 can work with both 3.3V and 5V. Therefore, it can display on Chipkit MAX32 as well. |
− | '''NOTE:''' this screen adopts new | + | '''NOTE:''' this screen adopts new driver IC, thus the old library is not applicable. New library will be updated soon, stay tuned! |
− | Go shopping [3.2 TFT LCD Touch Shield V2(IM160418006) | + | Go shopping [https://www.itead.cc/itead-3-2-tft-lcd-touch-shield-v2.html 3.2 TFT LCD Touch Shield V2(IM160418006)] |
==Features== | ==Features== | ||
* Arduino Mega [[Shield]] compatible footprint | * Arduino Mega [[Shield]] compatible footprint | ||
* Arduino new UTFT library support | * Arduino new UTFT library support | ||
− | * | + | * TFT Resolution : 240 x 320 pixels |
* Size : 3.2" | * Size : 3.2" | ||
* Colors : 65K | * Colors : 65K | ||
Line 129: | Line 129: | ||
When using the Arduino 3.2 TFT Touch [[shield]] V2 with 3.3V operation level | When using the Arduino 3.2 TFT Touch [[shield]] V2 with 3.3V operation level | ||
development board set the operation voltage level switch to 3.3V side. | development board set the operation voltage level switch to 3.3V side. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==Download== | ==Download== | ||
− | |||
− | |||
[ftp://imall.iteadstudio.com/IM120417021_3.2_TFT_LCD_Touch_Shield/DC_IM120417021_3.2_TFT_LCD_Touch_Shield.zip Demo code] | [ftp://imall.iteadstudio.com/IM120417021_3.2_TFT_LCD_Touch_Shield/DC_IM120417021_3.2_TFT_LCD_Touch_Shield.zip Demo code] | ||
Latest revision as of 07:09, 12 January 2017
Contents
Overview
Arduino 3.2" TFT LCD Touch shield V2 is an Arduino Mega compatible, multicolored TFT display with touch-screen and SD card socket as well. It is available in an Arduino MEGA shield compatible pinout for attachment. The TFT driver is based on ILI9341 with 8bit data and 4bit control interface.
The Arduino 3.2" TFT LCD Touch shield V2 can work with both 3.3V and 5V. Therefore, it can display on Chipkit MAX32 as well.
NOTE: this screen adopts new driver IC, thus the old library is not applicable. New library will be updated soon, stay tuned!
Go shopping 3.2 TFT LCD Touch Shield V2(IM160418006)
Features
- Arduino Mega Shield compatible footprint
- Arduino new UTFT library support
- TFT Resolution : 240 x 320 pixels
- Size : 3.2"
- Colors : 65K
- Backlight : LED
- Driver IC: ILI9341
Specifications
PCB size | 79.3mm X 57.5mm X 1.6mm |
Indicators | - |
Power supply | compatible with Arduino Mega |
Communication Protocol | - |
RoHS | Yes |
Electrical Characteristics
Specification | Min | Type | Max | Unit |
Power Voltage | 4.5 | 5 | 5.5 | VDC |
Input Voltage VH: | 3 | - | 5.5 | V |
Input Voltage VL: | -0.3 | 0 | 0.5 | V |
Hardware
Figure 1 Bottom View
Pin map of Arduino 3.2” TFT Touch Shield V2:
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 |
The Arduino 3.2” Touch shield V2 uses the ILI9341 controller , it support 16bit data interface. The touch IC is XPT2046.
Operation voltage level setting switch
When using the Arduino 3.2 TFT Touch shield V2 with 5V operation level development board – like Arduino MEGA and so on, set the operation voltage level switch to 5V side.
When using the Arduino 3.2 TFT Touch shield V2 with 3.3V operation level development board set the operation voltage level switch to 3.3V side.