Skip to content

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

License

Notifications You must be signed in to change notification settings

robotique-ecam/ros2-i2c-lcd-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.2%
  • Objective-C 9.1%
  • CMake 5.7%