Difference between revisions of "2.4inch Arduino Display"

From LCD wiki
Jump to: navigation, search
(Connect to Arduino)
(Connect to Arduino)
Line 175: Line 175:
 
{| class="FCK__ShowTableBorders" align="left"
 
{| class="FCK__ShowTableBorders" align="left"
 
|-
 
|-
![[file:MAR2406-004.jpg|无框|400x400像素]]
+
![[file:MAR2406-004.jpg|无框|400x400px]]
![[file:MAR2406-003.jpg|无框|400x400像素]]
+
![[file:MAR2406-003.jpg|无框|400x400px]]
 
|-
 
|-
| align="center" | '''Arduino UNO直插'''
+
| align="center" | '''Arduino UNO direct insertion picture'''
| align="center" | '''Arduino Mega2560直插'''
+
| align="center" | '''Arduino Mega2560 direct insertion picture'''
 
|}
 
|}
 
<br clear="all">
 
<br clear="all">

Revision as of 17:10, 26 November 2018


语言选择

Languages

➤中文
➤EN



Product Video

Product Picture

2.4-UNO-1.jpg 2.4-UNO-2.jpg

Product Description

  • Supports development boards such as Arduino UNO and Mega2560 for plug-in use without wiring
  • 320X240 resolution, clear display, support for touch function
  • Support 16-bit RGB 65K color display, display rich colors
  • 8-bit parallel bus, faster than serial SPI refresh
  • On-board 5V/3.3V level shifting IC, compatible with 5V/3.3V operating voltage
  • Easy to expand the experiment with SD card slot
  • Provides an Arduino library with a rich sample program
  • Military-grade process standards, long-term stable work
  • Provide underlying driver technical support

Product Parameters

Name Parameter
Display Color RGB 65K color
SKU MAR2406
Screen Size  2.4(inch)
Type TFT
Driver IC ILI9341
Resolution 320*240 (Pixel)
Module Interface 8-bit parallel interface
Active Area  48.96*36.72(mm)
Module PCB Size 72.20*52.7(mm)
Operating Temperature -20℃~70℃
Storage Temperature -40℃~70℃
Operating Voltage 5V/3.3V
Power Consumption About 90mw
Product Weight About 25(g)

Interface Definition

MAR2406-007.png
Number Pin Label Pin Description
1 LCD_RST LCD bus reset signal, low level reset
2 LCD_CS LCD bus chip select signal, low level enable
3 LCD_RS LCD bus command / data selection signal,

low level: command, high level: data

4 LCD_WR LCD bus write signal
5 LCD_RD LCD bus read signal
6 GND Power ground
7 5V 5V power input
8 3V3 3.3V power input, this pin can be disconnected
9 LCD_D0 LCD 8-bit data Bit0
10 LCD_D1 LCD 8-bit data Bit1
11 LCD_D2 LCD 8-bit data Bit2
12 LCD_D3 LCD 8-bit data Bit3
13 LCD_D4 LCD 8-bit data Bit4
14 LCD_D5 LCD 8-bit data Bit5
15 LCD_D6 LCD 8-bit data Bit6
16 LCD_D7 LCD 8-bit data Bit7
17 SD_SS SD card SPI bus chip select signal, low level enable
18 SD_DI SD card SPI bus MOSI signal
19 SD_DO SD card SPI bus MISO signal
20 SD_SCK SD card SPI bus clock signal

Product Documentation

Connect to Arduino

无框 无框
Arduino UNO direct insertion picture Arduino Mega2560 direct insertion picture


How to use on Arduino

Program Download

Reference Materials

Common Software