Editor Version ×
Standard

1.Easy to use and quick to get started

2.The process supports design scales of 300 devices or 1000 pads

3.Supports simple circuit simulation

4.For students, teachers, creators

Profession

1.Brand new interactions and interfaces

2.Smooth support for design sizes of over 5,000 devices or 10,000 pads

3.More rigorous design constraints, more standardized processes

4.For enterprises, more professional users

Ongoing

STD IIC LCD1602 Driver Display

License:

Mode: Editors' pick

Cloned from IIC LCD1602 Driver Display

  • 980
  • 0
  • 0
Update time: 2020-05-26 06:23:51
Creation time: 2018-03-09 19:47:25
Description
## Arduino drives I2C LCD Controller based on a LCD1602 module ## ## LCD Software Library Information ## ALL the displays will use the IMPORTANT Library written by Francisco Malpartida.You can download the Library: [the great Library ][1] you must have the library installed correctly. And Check the small backpack interface board on the back. These small boards on the back interface a 2wire IIC bus (unless Ground and +5V power) to the many pins on the LCD display itself. This allows running the display from only 2 signal pins on MEGA 2560. These I2C interface displays have a built-in address. If you try to run the show and do not react or not show any code you are using the wrong address. You can check the address on the display when you run the Arduino address scanner in your IIC. ## Scanner CODE: ##
// I2C Scanner
// Written by Nick Gammon
// Date: 20th April 2011

#include 

void setup() {
  Serial.begin (115200);

  // Leonardo: wait for serial port to connect
  while (!Serial) 
    {
    }

  Serial.println ();
  Serial.println ("I2C scanner. Scanning ...");
  byte count = 0;
  
  Wire.begin();
  for (byte i = 8; i 
![on the back][2] To directly use this type of liquid crystal Arduino, it takes 6 pins: RS, EN, D7, D6, D5, D4, and LCD. If you are more than a simple project, you may be out of the use of the ordinary LCD shield pin. With this I2C interface LCD module, you only need 2 lines (I2C) to display information. If you already have I2C devices in your project, this LCD module is actually using no more pins. Top to bottom: GND - GND VCC - +5V SDA - communication Pin 20 SCL - communication pin 21 ## Example Software code for 4 line 20 character Displays: ##

#include  
#include 

LiquidCrystal_I2C lcd(0x3F,16,2);  

void setup()
{
  lcd.init();                    
 
  // Print a message to the LCD.
  lcd.backlight();
  lcd.setCursor(0,0);
  lcd.print("Hello, body!");
  delay(1000);
  lcd.setCursor(0,1);
  lcd.print("HI!EasyEDA.com");
  delay(8000); 
}

void loop()
{
 
}
[1]: https://bitbucket.org/fmalpartida/new-liquidcrystal/downloads [2]: /editor/20151208/5666cc630e1ef.JPG
Design Drawing
schematic diagram
1 /
PCB
1 /
The preview image was not generated, please save it again in the editor.
ID Name Designator Footprint Quantity
1 LCD1602 X1 LCD1602 1
2 PCF8574ADGVR U1 TSSOP-20 1
3 1k R1,R2,R3 R3 3
4 Arduino MEGA 2560 U2 DIP 1
5 100k R4 TRIM_POT_PTH 1
6 0.1u C1 C1 1

Unfold

Project Attachments
Empty
Project Members
Related Projects
Change a batch
Loading...
Add to album ×

Loading...

reminder ×

Do you need to add this project to the album?

服务时间

周一至周五 9:00~18:00
  • 0755 - 2382 4495
  • 153 6159 2675

服务时间

周一至周五 9:00~18:00
  • 立创EDA微信号

    easyeda

  • QQ交流群

    664186054

  • 立创EDA公众号

    lceda-cn