-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
LcdBarGraph | ||
=========== | ||
LcdBarGraphX | ||
============ | ||
|
||
An Arduino library to draw bar graph on a Liquid Chrystal display. | ||
LcdBarGraph is an Arduino library to draw bar graph on a Liquid Chrystal display. This LcdBarGraphX is a fork of the original project to be driven by the "F. Malpartida" version LCD lib (aka. LiquidCrystal_I2C) | ||
|
||
See page http://playground.arduino.cc/Code/LcdBarGraph for details. | ||
|
||
See details about the I2C supported liquid chrystal library here: https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home |