Difference between revisions of "2.4inch 16BIT Module ILI9341 SKU:MRB2408"

From LCD wiki
Jump to: navigation, search
(Product Description)
(Product Parameters)
Line 34: Line 34:
 
|-
 
|-
 
| align="center" |SKU
 
| align="center" |SKU
| align="center" |MAR1801
+
| align="center" |MRB2408
 
|-
 
|-
 
| align="center" |Screen Size 
 
| align="center" |Screen Size 
| align="center" |1.8(inch)
+
| align="center" |2.4(inch)
 
|-
 
|-
 
| align="center" |Type
 
| align="center" |Type
Line 43: Line 43:
 
|-
 
|-
 
| align="center" |Driver IC
 
| align="center" |Driver IC
| align="center" |ST7735S
+
| align="center" |ILI9341
 
|-
 
|-
 
| align="center" |Resolution
 
| align="center" |Resolution
| align="center" |128*160 (Pixel)
+
| align="center" |320*240 (Pixel)
 
|-
 
|-
 
| align="center" |Module Interface
 
| align="center" |Module Interface
| align="center" |4-wire SPI interface
+
| align="center" |16Bit parallel interface
|-
 
| align="center" |Backlight
 
| align="center" |2 White Led
 
 
|-
 
|-
 
| align="center" |Active Area 
 
| align="center" |Active Area 
| align="center" |28.03x35.04 (mm)
+
| align="center" |48.96*36.72(mm)
 
|-
 
|-
 
| align="center" |Module PCB Size
 
| align="center" |Module PCB Size
| align="center" |38.30x62.48 (mm)
+
| align="center" |44.25x76.00 (mm)
 
|-
 
|-
 
| align="center" |Operating Temperature  
 
| align="center" |Operating Temperature  
| align="center" | -10℃~60℃
+
| align="center" | -20℃~70℃
 
|-
 
|-
 
| align="center" |Storage Temperature
 
| align="center" |Storage Temperature
| align="center" | -20℃~70℃
+
| align="center" | -40℃~70℃
 
|-
 
|-
 
| align="center" |Operating Voltage
 
| align="center" |Operating Voltage
| align="center" |5V/3.3V
+
| align="center" |3.3V/5V
 
|-
 
|-
 
| align="center" |Power Consumption
 
| align="center" |Power Consumption
| align="center" |About 90mw
+
| align="center" |TBD
 
|-
 
|-
 
| align="center" |Product Weight
 
| align="center" |Product Weight
| align="center" |About 25(g)
+
| align="center" |TBD
 
|}
 
|}
  
Line 199: Line 196:
  
 
::[[File:MAR1801-009.jpg|150px]] [[File:MAR1801-010.jpg|150px]]
 
::[[File:MAR1801-009.jpg|150px]] [[File:MAR1801-010.jpg|150px]]
 
  
  

Revision as of 10:27, 9 January 2019


语言选择

Languages

➤中文
➤EN



Product Video

Product Picture

MRB2408-002.jpg MRB2408-004.jpg MRB2408-003.jpg

Product Description

  • 2.4-inch color screen, support 16BIT RGB 65K color display, display rich colors
  • 240x320 resolution for clear display
  • 16-bit parallel bus transmission for fast transfer speed
  • Supports ALIENTEK STM32 Mini, Elite, WarShip, Explorer, and Apollo development boards for direct plug-in use
  • Support for touch function
  • Support SD card function expansion
  • Provides a rich sample program for STM32 and C51 platforms
  • Military-grade process standards, long-term stable work
  • Provide underlying driver technical support

Product Parameters

Name Parameter
Display Color 16BIT RGB 65K color
SKU MRB2408
Screen Size  2.4(inch)
Type TFT
Driver IC ILI9341
Resolution 320*240 (Pixel)
Module Interface 16Bit parallel interface
Active Area  48.96*36.72(mm)
Module PCB Size 44.25x76.00 (mm)
Operating Temperature -20℃~70℃
Storage Temperature -40℃~70℃
Operating Voltage 3.3V/5V
Power Consumption TBD
Product Weight TBD

Interface Definition

MAR1801-004.png

Number Pin Label Description
1 VCC LCD Power positive (3.3V~5V)
2 GND LCD Power ground
3 GND LCD Power ground
4 NC Not defined, reserved
5 NC Not defined, reserved
6 NC Not defined, reserved
7 CLK LCD SPI bus clock signal
8 SDA LCD SPI bus write data signal
9 RS LCD register / data selection signal,

high level: register, low level: data

10 RST LCD reset signal, low level reset
11 CS LCD chip select signal, low level enable

Product Documentation

Program Download

  1. Demo_Arduino_Mega2560&UNO_Hardware_SPI
  2. Demo_Arduino_Mega2560&UNO_Software_SPI
  3. Demo_C51_STC12C5A60S2_Hardware_SPI
  4. Demo_C51_STC12C5A60S2_Software_SPI
  5. Demo_C51_STC89C52RC_Software_SPI
  6. Demo_STM32F103RCT6_Hardware_SPI
  7. Demo_STM32F103RCT6_Software_SPI
  8. Demo_STM32F103ZET6_Hardware_SPI
  9. Demo_STM32F103ZET6_Software_SPI
  10. Demo_STM32F407ZGT6_Hardware_SPI
  11. Demo_STM32F407ZGT6_Software_SPI
  12. Demo_STM32F429IGT6_Hardware_SPI
  13. Demo_STM32F429IGT6_Software_SPI

Reference Materials

How to use on STM32 development board

  • Step 1: Download the test program
  1. Download the Arduino test program from the Program Download column
  2. 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
  1. Plug the module directly into the Arduino development board ( Do not plug in?)
  2. After the module is plugged in, power on the Arduino board
  • Step 3: Copy the dependent library
  1. Make sure the Arduino IDE is installed on your computer (if it is not installed: Arduino IDE download URL)
  2. 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?
MAR1441-020.png
  • Step 4: Compile and download the program to the development board
  1. Open the sample in the Example directory of the package to test, compile and download( Don't know how to compile and download?
  • Step 5: Observe the running of the program
  1. 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):
MAR1801-009.jpg MAR1801-010.jpg


Common Software

BACK TO TOP