20171126-Karens e-Shop logo (For Photos) v3_1.jpg

 

IIC/I2C/TWI Interface 1602 16x2 Character LCD Display Module

Fully tested by Karen's e-Shop

 

Backlit display with potentiometer contrast control

 

Supports I2C protocol (The I2C interface is pre-soldered ready for use)

 

Blue with white characters or Yellow with black characters (depending on which option is purchased)

 

As the pin resources of the Arduino controller may be limited, your project may be not able to use a normal LCD shield after connecting with other devices. However, with this I2C interface LCD module, you will be able to achieve data display via only 4 wires (SDA, SCL, VCC and GND).

 

Many thanks for looking and don't forget to check out my other items!

20161126-IIC I2C TWI 1602 LCD Blue Yellow Description Photo.jpg

 

2.42” Monochrome OLED

0.96” Monochrome OLED

1.3” Monochrome OLED

0.95” Colour OLED

1.5” Colour OLED

1.8" inch ST7735 128x160 SPI Colour TFT LCD

1.3" ST7789 240x240 SPI Colour IPS TFT LCD

0.96" ST7735S 80x160 SPI Colour IPS TFT LCD

 

  I2C 20x4 LCD

Mini Breadboard Electronics Starter Kit


 

 

 

 

 

SPECIFICATIONS

 

MODULE Dimensions

80mm x 36mm x 18mm

 

DISPLAY AREA SIZE

64.5mm x 16mm

 

supply voltage

5v

 

DEFAULT I2C ADDRESS

0x3F or 0x27 (Subject to stock)

 

 

 

WHAT’S INCLUDED?

 

1 x 16x2 LCD Display Module (Colour option as selected at time of purchase)

 

Please note: The colour, markings, sub-components and layout of these modules may sometimes slightly vary from the photographs on this listing.

 

 

 

 

INSTRUCTIONS

 

Recent eBay policy changes prevent me from including links in this listing to external sites where you can find useful information and download tested code libraries and drivers for Windows and the Apple Mac.  However, in compliance with eBay’s new policy, I now provide full details of these links in your order confirmation email, which will be sent within 2 working days of purchase.

 

Please see the ‘16x2/20x4 LCD Additional Information’ link for further details on this LCD module.  To operate this module, you will need to download the ‘Arduino IDE’ and the ‘16x2/20x4 LCD Code Library’.  

 

Ensure that the contrast screw is adjusted as required to see characters clearly (Please Note: If this is set incorrectly, characters may not be visible!).

 

The Arduino Code Library may be used with the following minor change in the init lines:

 

Some LCD:

LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); // Set the LCD I2C address (addr, en, rw, rs, d4, d5, d6, d7, backlight, polarity)

 

Other LCD:

LiquidCrystal_I2C lcd(0x3F, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE); // Set the LCD I2C address (addr, en, rw, rs, d4, d5, d6, d7, backlight, polarity)

  

 

 

 

EXAMPLE ARDUINO CODE

 

 

#include <Wire.h>  // This library comes with Arduino IDE

 

// Arduino MEGA 2560 I2C Pins: 20=SDA, 21=SCL

// Arduino UNO and NANO I2C Pins: A4=SDA, A5=SCL

 

// Import the LCD I2C Library from the link provided in your order confirmation email

// Move any other LCD libraries to another folder or delete them
// See Library "Docs" folder for possible commands etc.

 

#include <LiquidCrystal_I2C.h>

 

// Set the pins on the I2C chip used for LCD connections (some versions of the Blue LCDs use I2C address 0x27 rather than 0x3F):
LiquidCrystal_I2C lcd(0x3F, 2, 1, 0, 4, 5, 6, 7, 3, POSITIVE);  // Set the LCD I2C address (addr, en, rw, rs, d4, d5, d6, d7, backlight, polarity)

 

void setup()
{
  lcd.begin(16,2);   // Initialize the lcd for 16 chars 2 lines, turn on backlight
  //lcd.noBacklight(); // Turns backlight off

  // NOTE: Cursor Position: (CHAR, LINE) starts at 0 
  lcd.setCursor(0,0); //Start at character 4 on line 0
  lcd.print("Welcome to");
  lcd.setCursor(0,1);
  lcd.print("Karen's e-Shop");
}

 

void loop()
{
 
}

 

 

 

 

ABOUT ME

 

I have been an eBay member and United Kingdom based seller since 2011.  All my products listed are in stock and sent directly from the United Kingdom.

 

Customer service is of high importance to me and I greatly value my reputation on eBay.  If, for any reason, there is an error with your purchase or your item is delayed, then please contact me so that your issue can be dealt with accordingly.  Please direct all questions through the eBay messaging service to ensure that you have a timely response which will usually be the same day, if not within 24 hours.

 

Many thanks for looking at my items for sale and I hope you are satisfied with your purchase.

 

Karen Watson

 

 

 

SHIPPING

 

Once the payment has been processed, your order will be dispatched within 2 working days.  However, the majority of orders received will be processed within 24 hours (Monday to Thursday).  Orders received after 12:30 (UK time) on Fridays and all weekend orders will be dispatched on the next available working weekday.

 

Please note that all orders will receive a confirmation email within 2 working days.  This email will also contain, where necessary, URL links to recommended drivers, Arduino Libraries and tutorials to enable you to get the best out of your purchase.

 

All items will be dispatched by the Royal Mail.

 

Please Note: Buyer is responsible for paying any customs duties/fees and import VAT/Goods & Services Tax.

 

 

 

WARRANTY

 

I am confident that you will not wish to return your item as every care has been taken to ensure the item arrives exactly in line with my own high expectations.  However, for peace of mind I have a 30-day guarantee on the return of all purchases; simply return the purchased item within 30 days for a full refund.  A full refund will be offered to all returned goods, excluding the original postage costs unless the item is faulty (Please Note: This does not include issues relating to damage caused by mistreatment or misuse).

 

 

 

RETURNS

 

Here are the simple steps to requesting a return:  

1. Please contact me via the eBay Messaging System prior to initiating a formal eBay Return. I will endeavour to respond to you within 2 working days. In accordance with eBay's policy on Buyer and Seller communications, please do not rely on external email.

2. All returns must be authorised prior to posting back to me. Please note by contacting me first on eBay messaging, I may be able to help you resolve the issue, thereby avoiding any additional hassle. 

3. Once authorised, return the merchandise within a 30-day time frame from your purchase date (Please Note: Items sent and stamped after the 30-day period has expired may be refused).

4. Include the item(s) and all accessories in the original (unused) condition, in which they were received, and enclose details of your eBay User Id and Item Number.

5. It is recommended that the return package has a tracking number, should it become mislaid in the post, which can occur from time-to-time.

 

 

 

FEEDBACK

 

Please leave me a 5 Star Positive feedback if you are happy with my service and product as it helps me to grow and raise my service standards.  I would like all of my customers to be happy with their items and the service provided by my store.  I am willing to address all issues as long as they have been brought to my attention.

 

If you intend to leave a Negative / Neutral Feedback or low scores for any of the categories in the feedback area, please make sure you contact me first to provide me with a chance to resolve any issues which you might have with your item.