Skip to content

C++ i2c LCD display library for Linux devices using the i2c device nodes based on "New LiquidCrystal" library

Notifications You must be signed in to change notification settings

oost/liquidcrystal-i2c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ i2c LCD library

C++ i2c LCD display library for Linux devices using the i2c device nodes.

Based on the "New LiquidCrystal" library from https://bitbucket.org/fmalpartida/new-liquidcrystal/

Only the i2c functionality is kept from the arduino original library, there is no support for other methods of accessing the LCD screens.

License as the original (CC-BY-SA), changes and Linux i2c device adaptions are (C) Kaj-Michael Lang milang@tal.org

Dependencies

Make sure you install libi2c-dev on your Raspberry Pi: sudo apt-get install libi2c-dev

About

C++ i2c LCD display library for Linux devices using the i2c device nodes based on "New LiquidCrystal" library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.9%
  • CMake 7.7%
  • Objective-C 7.6%
  • Shell 0.8%