Giter Site home page Giter Site logo

liquidcrystali2c's Introduction

LiquidCrystal-I2C

This is a really small library to control a 16x2 LCD character display over the I2C bus in Arduino.

You will need an ATmega328 with the 8Mhz breadboard bootloader.

The ATmega328 works as a display controller for the really common and available 16x2 screens based on the HD44780 parallel interface.

This library is currently a little bit limited. It only support the following functions from Liquid Crystal:

home() clear() setCursor(col, row) print()*

*Limited functionality: currently it only supports strings as data input.

For more info visit: http://blog.teubi.co/ Or write me at: 'info at teubi dot co'

Usage

  1. Copy LiquidCrystalI2C to your Arduino/libraries folder.

  2. Prepare your ATmega328 with the 8Mhz breadboard bootloader. For doing this you can follow the instructions at this address:

http://arduino.cc/en/Tutorial/ArduinoToBreadboard

Look for the section "Minimal Circuit".

  1. Wire the LCD screen as shown on the picture:

http://arduino.cc/en/Uploadas/Tutorial/LCD_bb.png

  1. Connect the lines A4 and A5 between your Arduino and the ATmega328 use a couple of 4.7K pull-up resistors to VCC.

  2. Upload the Sketch "WireSlave" to the ATMega328.

  3. Upload the Sketch "WireMaster" to your Arduino.

  4. Enjoy!

License

LiquidCrystal-I2C a simple way to control a 16x2 LCD display over I2C. Copyright (C) 2014 Mario Gomez.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

liquidcrystali2c's People

Contributors

mxgxw avatar

Watchers

 avatar

Forkers

wwwtor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.