No commit activity in last 3 years
No release in over 3 years
command line gem to control the i2c alphanumeric displays on the RPi
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0

Runtime

 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

License

The gem is available as open source under the terms of the MIT License.