Electronics

LCD 16x2 Module With I2C Module Yellow Backlight For Arduino

AED 39.50

Low stock
1

Description

This module operates with 5V DC has a 16 X 2 Yellowblacklight LCD display module with wide viewing angle and high contrast. Also, It has the built-in industry standard HD44780 equivalent LCD controller. At least 6 pins are required to use this LED which can be inconvenient when working on a complex project. The I2C adapter allows you to control the display using two I2C wires which means more pins are available in your controller.



This is code for LCD1602 Display with I2C module

You can use this code to display code using only 4 wires which uses I2C communication protocol. 
  1. LCD1602 Library (from Robojax.com)
  2. LCD1602 Library (from GetHub)

 /*
This is code for LCD1602 Display with I2C module
 * watch the video for this code https://youtu.be/q9YC_GVHy5A
 
 * Permission granted to share this code given that this
 * note is kept with the code.
 * Disclaimer: this code is "AS IS" and for educational purpose only.
 * This library is based on work done by DFROBOT (www.dfrobot.com).
 */
/*
 *  This code has been modefied from the Arduino library
 *  Updated by Ahmad Nejrabi on Jan 20, 2018 at 11:09
 *  in Ajax, Ontario, Canada
 *  for Robojax.com
 *  
 *  This is code for LCD1602 Display with I2C module
 *  which can display text on the screen.
 */
#include  
#include 

// Set the LCD address to 0x27 for a 16 chars and 2 line display
LiquidCrystal_I2C lcd(0x27, 16, 2);

void setup()
{
  // Robojax code for LCD with I2C
// initialize the LCD, 
lcd.begin();
 
// Turn on the blacklight and print a message.
lcd.backlight();
  // Robojax code for LCD with I2C


}

void loop()
{
  
  //start of loop Robojax code for LCD with I2C
  lcd.clear();
  lcd.print("Robojax");
  lcd.setCursor (0,1); // go to start of 2nd line
 lcd.print("Hello World!");
  //lcd.print(millis() / 1000);
  delay(500);
 //end of loopcode Robojax code for LCD with I2C
}


   
Package includes:
  • 1 x 1602 16x2 character LCD Display Module HD44780 Controller YellowblacklightLCD
  • IIC/I2C Serial Adapter

Tags: display; lcd; module; kit