More actions
Line 35: | Line 35: | ||
|- | |- | ||
| align="center" |SKU | | align="center" |SKU | ||
| align="center" | | | align="center" |MAR3201 | ||
|- | |- | ||
| align="center" |Screen Size | | align="center" |Screen Size | ||
| align="center" |2 | | align="center" |3.2(inch) | ||
|- | |- | ||
| align="center" |Type | | align="center" |Type | ||
Line 44: | Line 44: | ||
|- | |- | ||
| align="center" |Driver IC | | align="center" |Driver IC | ||
| align="center" | | | align="center" |ILI9481 | ||
|- | |- | ||
| align="center" |Resolution | | align="center" |Resolution | ||
| align="center" |320 | | align="center" |480*320 (Pixel) | ||
|- | |- | ||
| align="center" |Module Interface | | align="center" |Module Interface | ||
| align="center" | | | align="center" |16-bit parallel interface | ||
|- | |- | ||
| align="center" |Active Area | | align="center" |Active Area | ||
| align="center" | | | align="center" |45.12x67.68 (mm) | ||
|- | |- | ||
| align="center" |Module PCB Size | | align="center" |Module PCB Size | ||
| align="center" | | | align="center" |54.25x89.92 (mm) | ||
|- | |||
|back light | |||
|6 chip HighLight white LEDs | |||
|- | |- | ||
| align="center" |Operating Temperature | | align="center" |Operating Temperature | ||
Line 68: | Line 71: | ||
|- | |- | ||
| align="center" |Power Consumption | | align="center" |Power Consumption | ||
| align="center" | | | align="center" |TBD | ||
|- | |- | ||
| align="center" |Product Weight | | align="center" |Product Weight | ||
| align="center" |About | | align="center" |About 45(g) | ||
|} | |} | ||
Revision as of 16:33, 27 November 2018
Product Video
Product Picture
Product Description
- 3.2-inch color screen, support 65K color display, display rich colors
- 320x480 HD resolution for clear display
- Fast transmission with 16-bit parallel bus
- On-board 5V/3.3V level shifting IC, compatible with 5V/3.3V operating voltage
- Support Arduino Mage2560 direct plug-in use
- Provides an Arduino library with a rich sample program
- Easy to expand the experiment with SD card slot
- Military-grade process standards, long-term stable work
- Provide underlying driver technical support
Product Parameters
Name | Parameter |
Display Color | RGB 65K color |
SKU | MAR3201 |
Screen Size | 3.2(inch) |
Type | TFT |
Driver IC | ILI9481 |
Resolution | 480*320 (Pixel) |
Module Interface | 16-bit parallel interface |
Active Area | 45.12x67.68 (mm) |
Module PCB Size | 54.25x89.92 (mm) |
back light | 6 chip HighLight white LEDs |
Operating Temperature | -20℃~70℃ |
Storage Temperature | -40℃~70℃ |
Operating Voltage | 5V/3.3V |
Power Consumption | TBD |
Product Weight | About 45(g) |
Interface Definition
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
- 2.4 inch Arduino UNO Module User Manual
- 2.4 inch Arduino UNO Module Size Picture
- 2.4 inch TFT Specifications
- Driver IC ILI9341 Data sheet
Connect to Arduino
Arduino UNO direct insertion picture | Arduino Mega2560 direct insertion picture |
How to use on Arduino
- Step 1: Download the test program
- Download the Arduino test program from the Program Download column
- For a description of the relevant test procedures, please refer to the test program documentation in the package
- Step 2: Connect the Arduino development board
- Plug the module directly into the Arduino development board ( Do not plug in?)
- After the module is plugged in, power on the Arduino board
- Step 3: Copy the dependent library
- Make sure the Arduino IDE is installed on your computer (if it is not installed: Arduino IDE download URL)
- After installing the Arduino IDE, you need to copy the dependent library to the Arduino project directory as follows:
- (1) Decompress the downloaded test package
- (2) Copy the dependent libraries in the Install libraries directory in the package (shown below) to the libraries folder
- of the Arduino project directory ( Don't know the Arduino project directory?)
- Step 4: Compile and download the program to the development board
- Open the sample in the Example directory of the package to test, compile and download( Will not compile and download?)
- Step 5: Observe the running of the program
- After the program is downloaded, run it directly and observe the running status. If it can be displayed normally, the program runs
- successfully, as shown in the following figure (take the colligate_test test program as an example):
Program Download
- Demo_Arduino_8BIT
- Demo_STC12C5A60S2_8BIT
- Demo_STM32F103RCT6_8BIT
- Demo_STM32F103ZET6_8BIT
- Demo_STM32F407ZGT6_8BIT
- Demo_STM32F429IGT6_8BIT
Reference Materials
- Arduino IDE software use illustration
- C51 Keil and stc-isp software use illustration
- STM32 keil software use illustration
- PCtoLCD2002 software use illustration
- Image2Lcd software use illustration
- Chinese and English display modulo settings