An open API service indexing awesome lists of open source software.

https://github.com/reednj/i2c-alpha_display

a command line gem for writing to the RPi alphanumeric I2C displays
https://github.com/reednj/i2c-alpha_display

hardware i2c raspberry-pi rpi

Last synced: 2 months ago
JSON representation

a command line gem for writing to the RPi alphanumeric I2C displays

Awesome Lists containing this project

README

          

# I2C::AlphaDisplay

A command line gem to make it easy to send data to I2C 7 and 14-segment displays, like this one: https://www.adafruit.com/product/881

## Installation

$ gem install i2c-alpha_display

## Usage

After installing the gem pipe any output to `i2cdisp` and it will do its best to show it on the display. Numberic input will have suffixes added so as much fits as possible. Eg. `12345` => `12.3k`

$ echo helo | i2cdisp

![14-segment display](./display.jpg)

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).