TFT LCD Display 3.5 Touch Screen Module for Arduino R3 Board Plug and Play For Sale

TFT LCD Display 3.5 Touch Screen Module for Arduino R3 Board Plug and Play
When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.


Buy Now

TFT LCD Display 3.5 Touch Screen Module for Arduino R3 Board Plug and Play:
$6.93

  • HOME
  • Payment
  • Delivery details
  • Terms of sales
  • response
  • Contact us
Store Categories Store Categories
  • US Warehouse
  • Home & Garden
    • Yard, Garden & Outdoor Living
    • Inside the home
    • Others
  • AU Warehouse
    • 10%-50% discounts off
    • AU-New Arrival
    • Clearance--Big Discount!
  • Health & Beauty
  • Jewelry & Watches
  • Sporting Goods
  • Hobbies & Toys
  • PC & Network Accessories
  • Car Parts & Accessories
  • Consumer Electronics
    • Portable Audio & Headphones
    • TV, Video & Home Audio
    • Vehicle Electronics & GPS
    • Gadgets & Other Electronics
    • Virtual Reality
    • Others
    • Multipurpose Batteries & Power
    • Radio Communication
    • Home Surveillance
  • iPhone & iPad Accessories
    • ipad Accessories
    • Others
  • Cell Phone Accessories
    • Samsung wireless charges
    • Cards/ Readers/ Adapters
    • Battery & Chargers
    • Headsets
    • Other Cell Phones & Accs
    • keyboard&cases,cover
  • Video Game Accessories
  • Cameras & Photo
    • Flashes & Flash Accessories
    • Tripods & Supports
    • Canon Accessories
    • Others
    • Cases, Bags & Covers
    • Memory Cards
  • Business & Industry
    • Electrical & Test Equipment
    • Manufacturing & Metalworking
    • MRO & Industrial Supply
    • Light Equipment & Tools
    • Healthcare, Lab & Life Science
    • Printing Equipment
    • Other Business & Industrial
  • Computer & Netbook/Networking
    • Keyboards, Mice & Pointers
    • Computer Cables & Connectors
    • Home Networking & Connectivity
    • Other Computers & Networking
    • Cases,Covers&Keyboards
    • Printers, Scanners & Supplies
    • Laptop & Desktop Accessories
    • Computer Components & Parts
    • Tablet & eBook Reader Accs
    • Monitors, Projectors & Accs
    • Drives, Storage & Blank Media
  • Pet Supplies
  • Collectables
    • Brushes, Palettes & Knives
    • Keychains
    • Sewing Accessories
    • Other Crafts
  • Sound & Vision
  • Musical Instruments
  • DE Warehouse
  • Clothing,shoes & accessories
    • Women\'s Clothing
      • Dresses
      • Skirts
      • Coats & Jackets
      • Suits & Blazers
      • Sweaters
      • Vests
      • Sweats & Hoodies
      • Tops & Blouses
      • Pants
      • Intimates & Sleep
      • swimwear
      • Jumpsuits & Rompers
      • Athletic Apparel
      • Shorts
      • socks
    • Men\'s Clothing
    • bag
      • Backpacks & Bookbags
      • Handbags & Purses
      • Shoulder bag
      • Messenger & Cross Body
      • Lunch bag
      • Admission package
    • Accessories
      • Sunglasses & Fashion Eyewear
      • Wigs
      • Belts
      • Ties
      • Hats
      • Scarves & Wraps
  • 5% Markdown
    • Business & Industry
    • Collection & Crafts
    • Consumer Electronics
    • Video Game Accessories
    • Musical Instruments
    • Clothing & accessories
    • Cell Phones & Accessories
    • Computers/Tablets & Networking
    • Motors
    • Other
  • ❤5% DISCOUNT
    • Home & Garden
    • Health & Beauty
    • Jewelry & Watches
    • Sporting Goods
    • Hobbies & Toys
    • Cameras & Photo
    • Pet Supplies
    • Other
  • Baby Accessories
  • For Italia
  • For France
  • For Spain
  • For Germany
  • Other

●Product Description

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 LCD Module

●Payment

  • We accept PayPal only.
  • We only ship item to your PayPal verified address.
  • Payment must be received within 3 days from the date of purchase.
  • Orders will be processed instantly and dispatched in same day normally, so we do NOT accept any Email/Message note after you place orders.

●Terms of sales

1. Our listing price includes the value of goods,packaging cost,and export
taxes,not including international import duties.

2. Import duties,taxes,and charges are not included in the item price or shipping fee.

3. The import duties are buyers\' responsibility.Please check with your country\'s
customs office determine what these additional costs will be prior to your
purchase.

4. All disputes arising from the import duties will be submitted to for solution.

●response

We will always do our up most to exceed your expectations in customer service, communication and dispatching of your orders.

●Contact us

  • Any questions, pls. contact us via message or email us.We will reply your message within 48 hours. If you do not receive our reply within 48 hours, pls. post a message again because sometimes our message system may block some emails.
  • If you are satisfied with our service, pls. kindly leave us a positive response and give us the Detailed Seller Rating with all \"5 stars\" in very area.
  • Our aim is to provide Top Level Customer Service, your recognition will encourage us greatly and serve you better. We strive to keep all our customers satisfy.
  • We greatly appreciate your POSITIVE response. Please do NOT leave negative response without asking for help.Thanks!



Buy Now

Related Items:

Digital Video Laryngoscope Color TFT LCD Reusable Sterilizable Blades Optional picture

Digital Video Laryngoscope Color TFT LCD Reusable Sterilizable Blades Optional

$436.05



NEW Pro-face PFXGP4501TADW 10.4

NEW Pro-face PFXGP4501TADW 10.4" TFT Color LCD HMI Operator Interface

$719.00



14'' color TFT LCD Neonatal use Patient Monitor  with ECG, RESP, NIBP, SpO2,TEMP picture

14'' color TFT LCD Neonatal use Patient Monitor with ECG, RESP, NIBP, SpO2,TEMP

$799.00



Popular Forums