2.4 inch LCD Display TFT Touch Screen Shield 240×320 18-bit SPFD5408 Display Controller Arduino UNO R3/Mega2560

2.4-inch 240×320 TFT touch screen shield for Arduino UNO and Mega2560.

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

550,00 EGP

9 People watching this product now!

Payment Methods:

Description

2.4″ Inch Touch Screen TFT Display Shield adds a touch up to your Arduino project with a beautiful large touchscreen display shield with built-in microSD card connection. This TFT display is big (2.4″ diagonal) bright and colorful! 240×320 pixels with individual pixel control. It has way more resolution than a black and white 128×64 display.


Features:

  1. 2.4″ diagonal Touch LCD TFT display
  2. 240×320 resolution, 18-bit (262,000) color
  3. 8-bit digital interface, plus 4 control lines
  4. 5V compatible! Use with 3.3V or 5V logic
  5. Onboard 3.3V 300mA LDO regulator
  6. Uses digital pins 5-13 and analog 0-3. That means you can use digital pins 2, 3, and analog 4 and 5. Pin 12 is available if not using the microSD
  7. Works with any Arduino Uno and mega compatible boards

Package Includes:

1 x 2.4″ Inch Touch Screen TFT Display Shield for Arduino UNO Mega

1 x Stylus Pen

 

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
Shield(plugs onto header)fixed mapping, no manual wiring needed
📟
2.4 inch LCD Display TFT Touch Screen Shield 240x320 18-bit SPFD5408 Display Controller Arduino UNO R3/Mega2560
2 Examples • C/C++ | Boards: Arduino Uno, Arduino Mega
2.4 inch LCD Display TFT Touch Screen Shield 240x320 18-bit SPFD5408 Display Controller Arduino UNO R3/Mega2560 - Arduino Uno
2.4 inch LCD Display TFT Touch Screen Shield 240x320 18-bit SPFD5408 Display Controller Arduino UNO R3/Mega2560 - Arduino Mega
📄 File: 2.4_inch_lcd_display_tft_touch_screen_shield_240x320_18-bit_spfd5408_display_controller_arduino_uno_r3/mega2560_-_arduino_uno.inoArduino Uno
873 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// This is a full-size Uno/Mega SHIELD - it plugs directly onto header pins with its own fixed CS/DC/RST mapping; the pins below are that shield's standard defaults, only relevant on Arduino Uno/Mega.
6// CS=10, DC=9, RST=8 on Arduino Uno. MOSI/SCK use the board's hardware SPI pins.
7#include <SPI.h>
8#include <Adafruit_GFX.h>
9#include <Adafruit_ILI9341.h>
10
11#define TFT_CS 10
12#define TFT_DC 9
13#define TFT_RST 8
14
15Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_RST);
16
17void setup() {
18 tft.begin();
19 tft.fillScreen(ILI9341_BLACK);
20 tft.setTextColor(ILI9341_WHITE);
21 tft.setTextSize(2);
22 tft.setCursor(10, 10);
23 tft.println("Hello, Ekostra!");
24}
25
26void loop() {
27 tft.fillRect(10, 40, 100, 20, ILI9341_BLACK);
28 tft.setCursor(10, 40);
29 tft.print(millis() / 1000);
30 tft.print(" sec");
31 delay(500);
32}
📄 File: 2.4_inch_lcd_display_tft_touch_screen_shield_240x320_18-bit_spfd5408_display_controller_arduino_uno_r3/mega2560_-_arduino_mega.inoArduino Mega
874 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// This is a full-size Uno/Mega SHIELD - it plugs directly onto header pins with its own fixed CS/DC/RST mapping; the pins below are that shield's standard defaults, only relevant on Arduino Uno/Mega.
6// CS=10, DC=9, RST=8 on Arduino Mega. MOSI/SCK use the board's hardware SPI pins.
7#include <SPI.h>
8#include <Adafruit_GFX.h>
9#include <Adafruit_ILI9341.h>
10
11#define TFT_CS 10
12#define TFT_DC 9
13#define TFT_RST 8
14
15Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_RST);
16
17void setup() {
18 tft.begin();
19 tft.fillScreen(ILI9341_BLACK);
20 tft.setTextColor(ILI9341_WHITE);
21 tft.setTextSize(2);
22 tft.setCursor(10, 10);
23 tft.println("Hello, Ekostra!");
24}
25
26void loop() {
27 tft.fillRect(10, 40, 100, 20, ILI9341_BLACK);
28 tft.setCursor(10, 40);
29 tft.print(millis() / 1000);
30 tft.print(" sec");
31 delay(500);
32}
Full-size shield with a fixed pin mapping (plugs directly onto Uno/Mega headers) - only Arduino Uno/Mega are physically compatible with this exact shield form factor.

Specification

Specification

WeightWeight100,0000 g
Dimensions72 × 52 × 12 cm
Screen Size2.4 inch
Resolution240×320 pixels
Colors262,000
ControllerSPFD5408
Compatible BoardsArduino UNO, Mega2560
Working Temperature-30°C ~ 70°C
FeaturesTouch screen, microSD card slot

Customer Reviews