No description
Find a file
Colin Stearman 5918c32cdc Cloned Matrix8x16 to work correctly with the 8x16Feather display.
Added functionality to display text in a marquee format.
Added the ability to read the current display back to an image to allow merging of a new image to the existing one.
2018-07-12 21:55:05 -04:00
.github Add GitHub pull request template 2016-05-27 13:23:55 -07:00
Adafruit_LED_Backpack Cloned Matrix8x16 to work correctly with the 8x16Feather display. 2018-07-12 21:55:05 -04:00
examples Fix commented-out BicolorMatrix8x8 code sample 2017-04-21 10:22:54 -04:00
.gitignore Add image rendering with PIL on matrices. 2014-07-04 06:28:53 +00:00
ez_setup.py Initial commit. 2014-07-03 15:06:39 -07:00
LICENSE Initial commit 2014-07-03 15:00:32 -07:00
README.md Update README.md 2014-07-03 23:35:00 -07:00
setup.py Fix python 3 pip install issue with ez_setup relative import. 2016-10-20 02:59:59 +00:00

Adafruit Python LED Backpack

Python library for controlling LED backpack displays such as 8x8 matrices, bar graphs, and 7/14-segment displays on a Raspberry Pi or BeagleBone Black.

Designed specifically to work with the Adafruit LED backpack displays ----> https://learn.adafruit.com/adafruit-led-backpack/overview

For all platforms (Raspberry Pi and Beaglebone Black) make sure your system is able to compile Python extensions. On Raspbian or Beaglebone Black's Debian/Ubuntu image you can ensure your system is ready by executing:

sudo apt-get update
sudo apt-get install build-essential python-dev

You will also need to make sure the python-smbus and python-imaging library is installed by executing:

sudo apt-get install python-smbus python-imaging

Install the library by downloading with the download link on the right, unzipping the archive, navigating inside the library's directory and executing:

sudo python setup.py install

See example of usage in the examples folder.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Tony DiCola for Adafruit Industries.

MIT license, all text above must be included in any redistribution