2.4''/3.5'' 320×240/480x320 TFT LCD Touch Screen Shield for Arduino Mega2560

2.4'' LCD touch screen:
Product Description:
1.Size:2.0 inch SPI seial bus
2.Resolution:176*220
3.Driving IC:ILI9225
Features:
1.Support Arduino MCU direct insertion,don't need any connections
2.Integrated stabilivolt IC,support 5V or 3.3V power supply
3.Compatible with 5V/3.3V IO level,support MCU IO connections
4.Integrated backlight control circuit,can control on/off or PWM dimming
5.Integrated SD card expansion circuit
6.Preserve SPI FLASH word circuit,easy tot expand applications
 
Package included:
1 x 2.4 inch TFT LCD Dispaly Touch Screen Shield Module For Arduino R3 Mega2560
 
New version 2.4'' LCD touch screen

Product Description

  • Supports development boards such as Arduino 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
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℃~60℃
Storage Temperature -30℃~70℃
Operating Voltage 5V/3.3V
Power Consumption TBD
Product Weight(Package containing) 39(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
 
Connect to Arduino
 
Package included
1*2.4'' TFT Full Color Touch Screen
3.5'' LCD touch screen
 
 
Features:
3.5inch TFT LCD Module, Resolution 480x320, Controller ili9481 ili9468, ili9488 hx8357, or r61581.
Designed with a TF(Micro SD) card socket on the back of board so that you can conveniently insert a card.
Support touch screen function.
The test code is provided below.
This kit requires certain professional knowledge and ability, make sure you know how to use it, please. We cannot provide any technical assistance.
 
Specifications:
Controller: ili9481 ili9468, ili9488 hx8357, or r61581
Resolution: 480x320
Voltage: 5V/3.3V
 
LCD Interface Definitions:
The order definition  
 1  NC  
 2  VDD  
 3  VDD  
 4  CS  
 5  RS  
 6  WR  
 7  RD  
 8  RESET  
 9  DB0  
 10  DB1  
 11  DB2  
 12  DB3  
 13  DB4  
14  DB5  
 15  DB6  
 16  DB7  
 17  DB8  
 18  DB9  
 19  DB10  
 20  DB11  
 21  DB12  
 22  DB13  
 23  DB14  
 24  DB15  
 25  GND  
26 NC  
 27  NC  
 28  NC  
 29  NC  
 30  LED-K6  
 31  LED-K5   
 32  LED-K4   
 33  LED-K3  
 34   LED-K2  
 35   LED-K1   
 36  LED-A   
37 GND  

Initialization Code:

write_SPI_commond(0xFF);
write_SPI_commond(0xFF);
delay_nms(5);
write_SPI_commond(0xFF);
write_SPI_commond(0xFF);
write_SPI_commond(0xFF);
write_SPI_commond(0xFF);
delay_nms(10);

write_SPI_commond(0xB0);
write_SPI_data(0x00);

write_SPI_commond(0xB3);
write_SPI_data(0x02);
write_SPI_data(0x00);
write_SPI_data(0x00);
write_SPI_data(0x10);

write_SPI_commond(0xB4);
write_SPI_data(0x11);//0X10

write_SPI_commond(0xC0);
write_SPI_data(0x13);
write_SPI_data(0x3B);//
write_SPI_data(0x00);
write_SPI_data(0x00);
write_SPI_data(0x00);
write_SPI_data(0x01);
write_SPI_data(0x00);//NW
write_SPI_data(0x43);

write_SPI_commond(0xC1);
write_SPI_data(0x08);
write_SPI_data(0x15);//CLOCK
write_SPI_data(0x08);
write_SPI_data(0x08);

write_SPI_commond(0xC4);
write_SPI_data(0x15);
write_SPI_data(0x03);
write_SPI_data(0x03);
write_SPI_data(0x01);

write_SPI_commond(0xC6);
write_SPI_data(0x02);

write_SPI_commond(0xC8);
write_SPI_data(0x0c);
write_SPI_data(0x05);
write_SPI_data(0x0A);//0X12
write_SPI_data(0x6B);//0x7D
write_SPI_data(0x04);
write_SPI_data(0x06);//0x08
write_SPI_data(0x15);//0x0A
write_SPI_data(0x10);
write_SPI_data(0x00);
write_SPI_data(0x31);//0x23

write_SPI_data(0x10);
write_SPI_data(0x15);//0x0A
write_SPI_data(0x06);//0x08
write_SPI_data(0x64);//0x74
write_SPI_data(0x0D);//0x0B
write_SPI_data(0x0A);//0x12
write_SPI_data(0x05);//0x08
write_SPI_data(0x0C);//0x06
write_SPI_data(0x31);//0x23
write_SPI_data(0x00);

write_SPI_commond(0x35);
write_SPI_data(0x00);

//write_SPI_commond(0x36);
//write_SPI_data(0x00);

write_SPI_commond(0x0C);
write_SPI_data(0x66);

write_SPI_commond(0x3A);
write_SPI_data(0x66);

write_SPI_commond(0x44);
write_SPI_data(0x00);
write_SPI_data(0x01);

write_SPI_commond(0xD0);
write_SPI_data(0x07);
write_SPI_data(0x07);//VCI1
write_SPI_data(0x14);//VRH 0x1D
write_SPI_data(0xA2);//BT 0x06

write_SPI_commond(0xD1);
write_SPI_data(0x03);
write_SPI_data(0x5A);//VCM  0x5A
write_SPI_data(0x10);//VDV

write_SPI_commond(0xD2);
write_SPI_data(0x03);
write_SPI_data(0x04);//0x24
write_SPI_data(0x04);

write_SPI_commond(0x11);
delay_nms(150);

write_SPI_commond(0x2A);
write_SPI_data(0x00);
write_SPI_data(0x00);
write_SPI_data(0x01);
write_SPI_data(0x3F);//320

write_SPI_commond(0x2B);
write_SPI_data(0x00);
write_SPI_data(0x00);
write_SPI_data(0x01);
write_SPI_data(0xDF);//480

//write_SPI_commond(0xB4);
//write_SPI_data(0x00);
delay_nms(100);

write_SPI_commond(0x29);
delay_nms(30);

write_SPI_commond(0x2C);

Package Includes: 1 x 3.5 inch TFT LCD 480x320 Display Touch Screen R3 Board For Arduino Mega 2560

New version 3.5'' LCD touch screen
 
Product:
Supports development boards such as Arduino Mega2560 for plug-in use without wiring
480X320 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 MAR3501(have touch screen)/MAR3502(have no touch screen)
Screen Size  3.5(inch)
Type TFT
Driver IC ILI9486
Resolution 480*320 (Pixel)
Module Interface 8-bit parallel interface
Active Area  73.44*48.96(mm)
Module PCB Size 85.49*55.63(mm)
Operating Temperature -20℃~70℃
Storage Temperature -40℃~70℃
Operating Voltage 5V/3.3V
Power Consumption TBD
Product Weight(Package containing) 44g(have touch screen),55g(have no touch screen)
 
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
 
Connect to Arduino
 
Package included
1*Full Color Touch Screen Module
 
 
3.5'' LCD screen without touch
 
Features:                                                                                                                   
100% brand new and high quality.
High quality LCD screen replacement part.
Highly recommend professional installation.
Each item has been tested before shipment and are 100% working.
 
Specifications:
Size: 3.5" Screen
Screen Material: TFT
Resolution: 480x320
Module pin: 28 Pin ( 8+8+6+6) 
 
Package include:
1 x 3.5 Inch for Arduino LCD Screen Module

1. PayPal payment accepted only.

2. Items will be shipped to your eBay address. Please make sure it is correct.

 

1. Customer satisfaction is our top goal. We believe our items are so outstanding. All products are quality checked. They are new and in good condition when shipped to our customers. We are convinced you will be happy with your Purchase.

2. If product is defective or damage upon arrival, or wrong product shipped, please contact us immediately. Returns accepted within 14 days of delivery date and item must be in original new condition, not worn or altered in any way with attached tags & wrap. Otherwise deal is final. Return shipping must be paid by buyer.

3. Please contact us first if you have any problems/questions/concerns. We will be happy to resolve any issues you may have in a cordial and friendly manner.

4. We appreciate your Postive Feedback, and will do the same in return. DO NOT leave negative feedback without first communication with us. Please allow max 2 business days for us to response.

When you satisfied with our product and services please leave us positive feedback.

If a problem occurs, contact us immediately with any email request. Just contact us using the " Ask the seller a question" link on eBay. 

 


Am 05.01.21 hat der Verkäufer die folgenden Angaben hinzugefügt:

 

 

DataCaciques


Am 22.09.2023 hat der Verkäufer die folgenden Angaben hinzugefügt:

DataCaciques