kub-kar-timer/lib/NewLiquidCrystal
Jeff Clement f2426b0892 rough... 2016-02-11 18:37:26 -07:00
..
def rough... 2016-02-11 18:37:26 -07:00
thirdparty libraries rough... 2016-02-11 18:37:26 -07:00
utility/docs rough... 2016-02-11 18:37:26 -07:00
.DS_Store rough... 2016-02-11 18:37:26 -07:00
FastIO.cpp rough... 2016-02-11 18:37:26 -07:00
FastIO.h rough... 2016-02-11 18:37:26 -07:00
I2CIO.cpp rough... 2016-02-11 18:37:26 -07:00
I2CIO.h rough... 2016-02-11 18:37:26 -07:00
LCD.cpp rough... 2016-02-11 18:37:26 -07:00
LCD.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_I2C.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_I2C.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_I2C_ByVac.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_I2C_ByVac.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SI2C.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SI2C.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR1W.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR1W.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR2W.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR2W.h rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR3W.cpp rough... 2016-02-11 18:37:26 -07:00
LiquidCrystal_SR3W.h rough... 2016-02-11 18:37:26 -07:00
README.md rough... 2016-02-11 18:37:26 -07:00
SI2CIO.cpp rough... 2016-02-11 18:37:26 -07:00
SI2CIO.h rough... 2016-02-11 18:37:26 -07:00
SoftI2CMaster.h rough... 2016-02-11 18:37:26 -07:00
keywords.txt rough... 2016-02-11 18:37:26 -07:00

README.md

README

Introduction

LCD library

Welcome to the LCD Library for Arduino and Chipkit. It is a derivate of the original LiquidCrystal Library as sourced in the Arduino SDK. It has been developed to be compatible with the current LiquidCrystal library, its performance is almost 5 times faster and fully extendable if need be.

It supports most Hitachi HD44780 based LCDs, or compatible, connected to any project using: 4, 8 wire parallel interface, I2C IO port expander (native I2C and bit bang) and Shift Regiter.

It currently supports 4 types of connections:

  • 4 bit parallel LCD interface
  • 8 bit parallel LCD interface
  • I2C IO bus expansion board with the PCF8574* I2C IO expander ASIC such as I2C LCD extra IO.
  • ShiftRegister adaptor board as described Shift Register project home or in the HW configuration described below, 2 and 3 wire configurations supported.
  • ShiftRegister 3 wire latch adaptor board as described ShiftRegister 3 Wire Home
  • Support for 1 wire shift register ShiftRegister 1 Wire
  • I2C bus expansion using general purpose IO lines.

How do I get set up?

  • Please refer to the project's wiki

Contributors

The library has had the invaluable contribution of:

Contribution guidelines

  • Writing tests
  • Code review
  • Help out with bug fixing
  • Setup a project logo
  • Write new drivers to support more LCDs.

Who do I talk to?

  • Repo owner or admin
  • For SoftI2CMaster latest versions, updates and support, please refer to SoftI2CMaster