Display
other

2.4' TFT-Display ILI9341

Alias: TFT Display 2.4 inch TFT 240x320 screen ILI9341 TFT
2.4' TFT-Display ILI9341 other

Specifications

Display Color RGB 65K color
SKU MAR2406
Size 2.4 inch
Type TFT
Driver Chip ILI9341
Resolution 320*240 (Pixel)
Module Interface 8-bit parallel interface
Active Display Area 48.96*36.72(mm)
Module PCB Size 72.20*52.7(mm)
Operating Temperature -20℃~60℃
Storage Temperature -30℃~70℃
Operating Voltage 5V/3.3V
Product Weight 39(g)

Detailed Description

Component Description

2.4-tft-uno-display

Product Features

  • Direct plug-in support for Arduino UNO and Mega2560 boards, no wiring required, simple and convenient
  • 320x240 resolution with clear display, supports touch function
  • Supports 16-bit RGB 65K color display with rich colors
  • Uses 8-bit parallel bus, faster refresh than serial SPI
  • On-board 5V/3.3V level conversion IC, compatible with 5V/3.3V operating voltages
  • Built-in SD card slot for easy expansion experiments
  • Provides Arduino library with rich example programs
  • Military-grade process standards for long-term stable operation
  • Provides underlying driver technical support

Technical Specifications

NameParameter
Display ColorRGB 65K
Size2.4 inch
TypeTFT
Driver ChipILI9341
Resolution320*240 (Pixel)
Module Interface8-bit parallel interface
Active Display Area48.96*36.72 (mm)
Module PCB Size72.20*52.7 (mm)
Operating Temperature-20℃~60℃
Storage Temperature-30℃~70℃
Operating Voltage5V/3.3V
Product Weight (with packaging)39 (g)

Pin Description

Pin LabelPin Description
LCD_RSTLCD bus reset signal, low level reset
LCD_CSLCD bus chip select signal, low level enable
LCD_RSLCD bus command/data selection signal, low level: command, high level: data
LCD_WRLCD bus write signal
LCD_RDLCD bus read signal
GNDPower ground
5V5V power input
3V33.3V power input, this pin can be disconnected
LCD_D0LCD 8-bit data Bit0
LCD_D1LCD 8-bit data Bit1
LCD_D2LCD 8-bit data Bit2
LCD_D3LCD 8-bit data Bit3
LCD_D4LCD 8-bit data Bit4
LCD_D5LCD 8-bit data Bit5
LCD_D6LCD 8-bit data Bit6
LCD_D7LCD 8-bit data Bit7
SD_SSSD card SPI bus chip select signal, low level enable
SD_DISD card SPI bus MOSI signal
SD_DOSD card SPI bus MISO signal
SD_SCKSD card SPI bus clock signal

Usage Tips

  1. Power Selection: The module supports both 5V and 3.3V input. Choose the appropriate voltage based on your development board.
  2. Arduino Plug-in: This module is designed specifically for Arduino UNO and Mega2560 and can be plugged in directly without additional wiring.
  3. SD Card Usage: If using SD card functionality, ensure proper connection of SPI interface pins.
  4. Touch Function: The module supports touch function, requiring appropriate touch controller and driver code.

FAQ

Q: Can this be used with ESP32? A: Yes, but ESP32 cannot plug in directly. You need to connect via jumper wires to the 8-bit parallel bus interface.

Q: What to do if the screen has no display? A: Check if the power connection is correct, confirm that the LCD_RST pin is properly connected to the board’s reset pin, and ensure initialization code is executed correctly.