2.4 inch TFT LCD
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 Mega2560 Board For Arduino UNO R3
 
3.5 inch TFT LCD
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 UNO R3 Board For Arduino Mega 2560

1.We accept PayPal payment ONLY, and must be received within 5 days from the date of purchase.
2. It is easy and safe for you to pay by credit cards, debit cards, bank transfers and PayPal account balances.
3.Buyers are responsible for import duties,custom fees and taxes, if any, please check your country.

1.We only ship to the confirmed address provided by eBay. please make sure your ebay address is 100% matches the address you would like us to ship to. If not, please let us know before we sent you the package, or we will not be responsible for any loss. hope you could understand.
2.Orders will be processed instantly and dispatched within 1-2 business days except hoilday, so we do NOT accept any email/message note after you place orders.
3.All package need to wait 30 days,Please take care it.Less than 30 days,we can't take a refund.

1.We believe our items are so outstanding. We are convinced you will be happy with your Purchase.
2. If you do not satisfy with our items. Please simply return to us within 30 Days in original condition. Just pay for the returned postage. Then we can issue full refund or resend the item to you after the returned item arrived at our warehouse.
3. Please include your eBay ID and item number with any email requests.
1.We greatly appreciate your POSITIVE feedback. Please do NOT leave negative feedback without asking for help.
2.Please DON'T leave negative or neutral feedback if you haven't received item in 30 days, because we have mentioned the shipping time repeatedly.
1. If you have any questions, please feel free to email our service specialists.
2.Just contact us using the " Ask the seller a question" link on eBay.
3.Our aim is to provide Top Level Customer Service, normally so we will try our best to solve any problem.


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

DataCaciques