Home>mall>Electronics

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

4.276
13.92 /16.99
  • *Name:

  • *Email:

  • *Phone:

  • *Quantity:

  • *Content:

  • Attachment:

    Supports JPG, JPEG, PNG, PDF, EXCEL, WORD, RAR, ZIP, 7z formats

13.92 /16.99
Shipping to: United States | Express delivery: 7-12 business days | Standard delivery: 15-25 business days

უსაფრთხო გადახდა

უფასო საჩუქარი
უფასო საჩუქარი ნებისმიერი შეძენისას
მიტანის პოლიტიკა
უფასო მიტანა $9.9-ზე მეტ შეკვეთებზე
დაბრუნების პოლიტიკა
დაბრუნება მიიღება 40 დღის განმავლობაში მიღების დღიდან. ინდივიდუალური ნივთები არ შეიძლება დაბრუნდეს. საჩუქრის ბარათით შეძენილი ნივთები მხოლოდ გაცვლა შეიძლება.

უფასო საჩუქარი

მოგესალმებით Roymall-ში, თქვენს პრემიუმ საჩუქრების მაღაზიაში. ჩვენ ძალიან ვაფასებთ თქვენს მხარდაჭერას და მადლობის ნიშნად გთავაზობთ უფასო საჩუქარს ყოველ შეძენაზე. მზად ხართ გაეცნოთ ჩვენს კოლექციას? დაათვალიერეთ ჩვენი არჩევანი, განათავსეთ თქვენი შეკვეთა და დაელოდეთ თქვენს უფასო საჩუქარს თქვენი შეძენისთანავე.

მიტანის პოლიტიკა

ჩვენ ვამუშავებთ შეკვეთებს 2 დღის განმავლობაში.სტანდარტული მიტანის დროა 5-7 სამუშაო დღე.მიტანის დრო შეიძლება განსხვავდებოდეს დანიშნულების მიხედვით.

1. დაბრუნების პოლიტიკა

ჩვენ ვიღებთ მხოლოდ იმ ნივთების დაბრუნებას, რომლებიც შეძენილია roymall.com-დან. უფასო საჩუქრები არ შეიძლება დაბრუნდეს. ნივთი უნდა იყოს გამოუყენებელი და ორიგინალურ შეფუთვაში.ჩვენ ვამუშავებთ დაბრუნებას 3-5 სამუშაო დღეში მიღების შემდეგ.ინდივიდუალური ნივთები არ შეიძლება დაბრუნდეს.დაგვიკავშირდით: service@roymall.com ან Whatsapp: +8619359849471

2.ანაზღაურების პოლიტიკა

თქვენ მიიღებთ სრულ ანაზღაურებას ნივთის მიღებისა და შემოწმების შემდეგ. მიტანის ხარჯები არ არის დაბრუნებადი.დაგვიკავშირდით: service@roymall.com ან Whatsapp: +8619359849471
Description:

This is another great IIC/I2C/TWI/SPI Serial Interface. As the pin resources of controller is limited, your project may be not able to use normal LCD shield after connected with a certain quantity of sensors or SD card. However, with this I2C interface module, you will be able to realize data display via only 2 wires. If you already has I2C devices in your project, this LCD module actually cost no more resources at all. It is fantastic for based project.
I2C Address: 0X20~0X27 (the original address is 0X20,you can change it yourself)
the backlight and contrast is adjusted by potentiometer
Come with 2 IIC interface, which can be connected by Dupont Line or IIC dedicated cable
I2C Address: 0x27 (I2C Address: 0X20~0X27 (the original address is 0X27,you can change it yourself)

Specification:

Compatible for 1602 LCD
Supply voltage: 5V
Size: 5.5x2.3x1.4cm

Package included:

5 x IIC/I2C/TWI/SPI serial interface module



Electronics Ranking
5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

5Pcs IIC/I2C/TWI/SPI Serial Port Module 5V 1602 LCD Display

Customer Reviews

5.00 out of 5
See all 105 reviews
Write a Review
  • All Reviews (105)
  • Image ( 1 )
  • Video (0)
  • All Star
    • All Star(105)
    • 5 Star (2)
    • 4 Star (0)
    • 3 Star (0)
    • 2 Star (0)
    • 1 Star (0)
Sort by:
Top Review
  • Top Review
  • Most Helpful
  • Most Recent
Reviews only from your country (United States)
|
Show Original

A part of the review has been auto-translated.

  • 03/04/2015

    the product works as expected, use the following arduino library:

    https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home

    with the settings:

    #include
    #include
    #include

    #define I2C_ADDR 0x27 // <<----- Add your address here. Find it from I2C Scanner
    #define BACKLIGHT_PIN 3
    #define En_pin 2
    #define Rw_pin 1
    #define Rs_pin 0
    #define D4_pin 4
    #define D5_pin 5
    #define D6_pin 6
    #define D7_pin 7

    LiquidCrystal_I2C lcd(I2C_ADDR,En_pin,Rw_pin,Rs_pin,D4_pin,D5_pin,D6_pin,D7_pin);

    5 stars for a product which works as expected

    Comments (0)
    Show Original
  • 27/05/2022

    Well packaged, received in good condition and excellent delivery time (
    11 calendar days from order).

    I generally use this as a general "Port expander" rather than as an LCD back pack. The PCF88574 is super useful and I highly recommend it.

    Comments (0)
    Show Original
Show:
    12...30

    Total 0 pages

    Go to page

    Go
    Customer Q&As
    Can't find your answer? Ask a new questionorCustomer Service

    Tips:For questions about your order, place of delivery, product discount, taxation, delivery time, warranty, shipping, payment, exchange rate, and other questions unrelated to the product, please contact customer service.

    showing 1-3 of 3 |
    Show Original

    A part of the QA has been auto-translated.

    • 0
      Q: does not work i have tried many library bus does not
      A:
      This is probably because you updated your Arduino SDK editor. Some new versions of editor removed older libraries. Different versions of editor can coexist on same windows PC because each version is placed in its own program files folder. I suggest you install some older versions of the editor from Arduino official website, then see if older libraries will do it. Works for me !
      Answered by BigMac on 10/04/2020Helpful (0)
    • 0
      Q: I need for 20X4 lcd display. Tgis one works?
      A:
      this is not 20X4 lcd
      Answered by Fidicinal on 10/12/2018Helpful (0)
    • 0
      Q: I would like to request a link, an example program for Arduna.
      A:
      you can easy to find it when you google for it
      Answered by Cuteness on 01/03/2018Helpful (0)

    ჩემი კალათა კალათა (16)
    ჩემი რჩეულები რჩეულები (0)