A Rust library & application for the Adafruit Bi-Color (Red/Green) 24-Bar Bargraph w/I2C Backpack Kit.
```text LED Bargraph.
Usage:
led-bargraph clear
led-bargraph set
Commands: clear Clear the display. set Display the value against the range.
Arguments: value The value to display. range The range of the bar graph to display.
Options:
-h --help Show this screen.
--i2c-path=
led-bargraph
can be installed via cargo:
cargo install led-bargraph
Make sure that you use Rust 1.24 or higher.
Download the corresponding archive from the Releases page.
HT16K33
should initialize itself before being passed to Bargraph
, and Bargraph
just verifies that it's usable.See the top of the Travis configuration file for the oldest, and other, supported Rust versions.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.