Difference between revisions of "2.4 TFT LCD Touch Shield V2"
m (→Overview) |
m (→Overview) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[File:2.4TFT LCD Touch shield.jpg|thumb|400px|right]] | [[File:2.4TFT LCD Touch shield.jpg|thumb|400px|right]] | ||
− | Arduino 2.4" TFT LCD Touch [[shield]] V2 is an Arduino UNO/ Mega compatible multicolored TFT display with touch-screen and SD card socket. It is available in an Arduino [[shield]] compatible pinout for attachment. The TFT driver is based on ILI9341 with 8bit data and 4bit control interface. | + | Arduino 2.4" TFT LCD Touch [[shield]] V2 is an Arduino UNO/ Mega compatible, multicolored TFT display with touch-screen and SD card socket as well. It is available in an Arduino [[shield]] compatible pinout for attachment. The TFT driver is based on ILI9341 with 8bit data and 4bit control interface. |
− | The Arduino 2.4" TFT LCD Touch [[shield]] can work with both 3.3V and 5V, | + | The Arduino 2.4" TFT LCD Touch [[shield]] can work with both 3.3V and 5V. Therefore, it can dispaly on Chipkit UNO32 and Simplecortex 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 [https://www.itead.cc/itead-2-4-tft-lcd-touch-shield-v2.html 2.4 TFT LCD Touch shield V2(IM160418001)] | |
==Features== | ==Features== | ||
* Compatible with 3.3/5V operation voltage level | * Compatible with 3.3/5V operation voltage level | ||
− | * Compatible with UTFT library | + | * Compatible with new UTFT library |
* With SD Card Socket | * With SD Card Socket | ||
Line 109: | Line 109: | ||
development board – like the [[Iteaduino BT]], leaf maple, chipKit UNO and so on, | development board – like the [[Iteaduino BT]], leaf maple, chipKit UNO and so on, | ||
set the operation voltage level switch to 3.3V side. | set the operation voltage level switch to 3.3V side. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==Note== | ==Note== | ||
Line 121: | Line 116: | ||
==Download== | ==Download== | ||
− | |||
− | |||
− | |||
[ftp://imall.iteadstudio.com/IM120417012_Arduino_2.4eTFT_shield/SCH_IM120417012_Arduino_2.4eTFT_shield.pdf Schematic for 2.4 TFT LCD Touch shield] | [ftp://imall.iteadstudio.com/IM120417012_Arduino_2.4eTFT_shield/SCH_IM120417012_Arduino_2.4eTFT_shield.pdf Schematic for 2.4 TFT LCD Touch shield] | ||
Line 129: | Line 121: | ||
==Useful Links== | ==Useful Links== | ||
− |
Latest revision as of 03:30, 12 January 2017
Contents
Overview
Arduino 2.4" TFT LCD Touch shield V2 is an Arduino UNO/ Mega compatible, multicolored TFT display with touch-screen and SD card socket as well. It is available in an Arduino shield compatible pinout for attachment. The TFT driver is based on ILI9341 with 8bit data and 4bit control interface.
The Arduino 2.4" TFT LCD Touch shield can work with both 3.3V and 5V. Therefore, it can dispaly on Chipkit UNO32 and Simplecortex 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 2.4 TFT LCD Touch shield V2(IM160418001)
Features
- Compatible with 3.3/5V operation voltage level
- Compatible with new UTFT library
- With SD Card Socket
Specifications
PCB size | 60.2mm X 50.8mm X 1.6mm |
Indicators | |
Power supply | 5V |
Communication Protocol | |
RoSH | Yes |
Electrical Characteristics
Parameter | Min. | Typical | 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 2.4” TFT Touch Shield:
Arduino PIN | Description |
D0 | DB8 |
D1 | DB9 |
D2 | DB10 |
D3 | DB11 |
D4 | DB12 |
D5 | DB13 |
D6 | DB14 |
D7 | DB15 |
D8 | Touch_Dout |
D9 | Touch_IRQ |
D10 | SD_CS |
D11 | SD_MOSI |
D12 | SD_MISO |
D13 | SD_SCK |
A0 | Touch_Din |
A1 | Touch_CLK |
A2 | - |
A3 | TFT_CS |
A4 | TFT_WR |
A5 | TFT_RS |
The Arduino 2.4“E TFT Touch shield uses the ILI9341 controller,it support 8bit data interface. The touch IC is TSC2046.
Operation voltage level setting switch
When using the Arduino 2.4”E TFT Touch shield with 5V operation level development board – like the Arduino UNO, Arduino MEGA and so on, set the operation voltage level switch to 5V side.
When using the Arduino 2.4“E TFT Touch shield with 3.3V operation level development board – like the Iteaduino BT, leaf maple, chipKit UNO and so on, set the operation voltage level switch to 3.3V side.
Note
Note: This shiled is 100% compatible with ITeaduino, Simplecortex. But not 100% compatible with Arduino UNO because of its big USB connecter socket.
Download
Schematic for 2.4 TFT LCD Touch shield
Demo Code for 2.4 TFT LCD Touch shield