Skip to content

LiquidCrystal Arduino library for the DFRobot I2C LCD displays, with support for Raspberry PI

Notifications You must be signed in to change notification settings

slogan621/LiquidCrystal_I2C

 
 

Repository files navigation

LiquidCrystal_I2C

Portable LiquidCrystal C++ library for I2C LCD displays, with implementations for both Arduino and RPI (RPI should work with any modern Linux device that supports I2C).

Arduino Instructions

Copy to the libraries dir of the IDE using standard process. Then load one of the sketches into the IDE in examples directory, compile, burn to device as usual.

Linux Instructions

Native RPI (Raspbian)

$ autoreconf --install
$ ./configure
$ sudo make install

Then build examples, e.g.:

$ cd examples/CustomChars

Follow the steps in README.txt (you can execute the README in bash from command line as well).

About

LiquidCrystal Arduino library for the DFRobot I2C LCD displays, with support for Raspberry PI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.5%
  • Makefile 2.4%
  • M4 1.1%