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.
Alternatives To Adafruit_python_led_backpack
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gobot8,2742023a day ago27May 02, 2022136otherGo
Golang framework for robotics, drones, and the Internet of Things (IoT)
Awesome Embedded3,412
10 days ago1unlicense
A curated list of awesome embedded programming.
Periph1,73676a year ago30May 29, 202242apache-2.0Go
Go·Hardware·Lean
Embd1,2101665 years ago4March 06, 201746mitGo
Embedded Programming Framework in Go
Onoff1,0986932242 years ago57April 26, 20211mitJavaScript
GPIO access and interrupt detection with Node.js
Adafruit_python_dht9552154 years ago4November 07, 2018mitC
Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.
Crochet569
2 years ago54bsd-2-clauseShell
Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
W1thermsensor4842922 months ago24January 25, 20218mitPython
A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
Adafruit Webide461
3 years ago12otherJavaScript
This is a simple editor to be used on the Raspberry Pi (or anywhere?).
Mqtt Io395
4 months ago40January 19, 202145mitPython
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
Alternatives To Adafruit_python_led_backpack
Select To Compare


Alternative Project Comparisons
Readme

!! DEPRECATED !!

This library is deprecated and has been archived. Please use the new library here: adafruit/Adafruit_CircuitPython_HT16K33

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

Popular Beaglebone Projects
Popular Raspberry Pi Projects
Popular Hardware Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Raspberry
Led
Matrices
Beaglebone