hd44780_I2Clcd examples
=======================
The examples included in this directory are for the hd44780_I2Clcd i/o class.
The hd44780_I2Clcd i/o class controls an LCD with a native i2c interface that uses chips like the PCF2116, PCF2119x etc...
#### The following examples are included:
- `HelloWorld`
Prints "Hello, World!" on the lcd
- `LCDCustomChars`
Demonstrates using custom characters
- `LineWrap`
Demonstrates automatic linewrap functionality
- `Serial2LCD`
Displays a message read from the serial port on the lcd.
- `UpTime`
Prints the amount of time since the Arduino has been reset.
- `hd44780examples`
The hd44780examples subdirectory contains
hd44780_I2Clcd class specific wrapper sketches for sketches under
examples/hd44780examples.