Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library
Library for the LiquidCrystal LCD display connected to an Arduino board.
https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library
Last synced: 17 days ago
JSON representation
Library for the LiquidCrystal LCD display connected to an Arduino board.
- Host: GitHub
- URL: https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library
- Owner: fdebrabander
- Archived: true
- Created: 2012-01-10T16:35:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T13:21:29.000Z (about 4 years ago)
- Last Synced: 2024-07-31T22:46:51.667Z (3 months ago)
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 680
- Watchers: 70
- Forks: 636
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation #
Create a new folder called "LiquidCrystal_I2C" under the folder named "libraries" in your Arduino sketchbook folder.
Create the folder "libraries" in case it does not exist yet. Place all the files in the "LiquidCrystal_I2C" folder.# Usage #
To use the library in your own sketch, select it from *Sketch > Import Library*.-------------------------------------------------------------------------------------------------------------------
This library is based on work done by DFROBOT (www.dfrobot.com).