3.8inch Arduino Display-Mega2560

From LCD wiki
Revision as of 18:17, 27 November 2018 by Lin (talk | contribs) (Product Documentation)
Jump to: navigation, search


语言选择

Languages

➤中文
➤EN



Product Video

Product Picture

MAR3803-012.jpg MAR3803-009.jpg

Product Description

  • 3.8-inch color screen, support 65K color display, display rich colors
  • 320x480 HD resolution for clear display
  • Fast transmission with 8-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
  • Support touch function
  • 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 MAR3803
Screen Size  3.8(inch)
Type TFT
Driver IC ILI9486
Resolution 480*320 (Pixel)
Module Interface 8-bit parallel interface
Active Area  52.55x79.04(mm)
Module PCB Size 61.54x105.69 (mm)
back light 6 chip HighLight white LEDs
Operating Temperature -10℃~60℃
Storage Temperature -20℃~70℃
Operating Voltage 5V/3.3V
Power Consumption TBD
Product Weight About 45(g)

Interface Definition

MAR3803-001.jpg
Number Module Pin Pin Description Number Module Pin Pin Description
1 5V Positive power supply 2 5V Positive power supply
3 DB8 8th bit of data bus 4 DB9 9th bit of data bus
5 DB10 10th bit of data bus 6 DB11 11th bit of data bus
7 DB12 12th bit of data bus 8 DB13 13th bit of data bus
9 DB14 14th bit of data bus 10 DB15 15th bit of data bus
11 DB7/NC 7th bit of data bus(does not need to be connected when using 8-bit mode) 12 DB6/NC 6th bit of data bus(does not need to be connected when using 8-bit mode)
13 DB5/NC 5th bit of data bus(does not need to be connected when using 8-bit mode) 14 DB4/NC 4th bit of data bus(does not need to be connected when using 8-bit mode)
15 DB3/NC third bit of data bus(does not need to be connected when using 8-bit mode) 16 DB2/NC 2nd bit of data bus(does not need to be connected when using 8-bit mode)
17 DB1/NC 1st bit of data bus(does not need to be connected when using 8-bit mode) 18 DB0/NC 0 bit of data bus(does not need to be connected when using 8-bit mode)
19 LCD_RS LCD register / data selection signal

Low level: register, high level: command

20 LCD_WR LCD write control signal
21 LCD_CS LCD screen select control signal, low level enable 22 LCD_RST LCD reset control signal, low reset
23 NC Undefined, reserved 24 LCD_RD LCD read control signal
25 TP_IRQ Touch screen interrupt control signal, low level when touch is detected 26 NC Undefined, reserved
27 NC Undefined, reserved 28 NC Undefined, reserved
29 SD_CS SD card select control signal, low level enable 30 NC Undefined, reserved
31 MISO SPI bus input signal 32 MOSI Touch screen chip select control signal, low level enable
33 EX_CLK SPI bus clock signal 34 TP_CS SD card select control signal, low level enable
35 GND Power ground 36 GND Power ground

Product Documentation

Connect to Arduino

无框
Arduino Mega2560 direct insertion picture


How to use on Arduino

  • 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?
MAR3201-011.jpg
  • 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):
MAR3513-003.jpg MAR3513-004.jpg

Program Download

  1. Demo_Arduino_Mega2560_16BIT
  2. Demo_C51_STC12C5A60S2_16BIT
  3. Demo_C51_STC89C52RC_16BIT
  4. Demo_STM32F103RCT6_16BIT
  5. Demo_STM32F103ZET6_16BIT
  6. Demo_STM32F407ZGT6_16BIT
  7. Demo_STM32F429IGT6_16BIT

Reference Materials

Common Software

BACK TO TOP