DeeHants / blinky.py

This library is a python interface to the [BlinkyTape](http://blinkinlabs.com/blinkytape/) RGB LED strip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This library is a python interface to the BlinkyTape RGB LED strip. It provides support for rendering full frames on demand to the tape.

This repository includes:

  • blinkyLib - Python classes that provide the interface and basic classes to create frames
  • test.py - Sample application demonstrating the features of the BlinkyTape library.

Notes

The communication methods and details in this library are based on the PatternPaint sketch and color swirl:

You need to install driver first and the easiest method is to install PatternPaint. The driver can also be installed manually if required.

Links

Licence

This source code is subject to the BSD 3-Clause license. See Licence.txt for the full licence.

--
Deanna Earley, dee@earlsoft.co.uk

About

This library is a python interface to the [BlinkyTape](http://blinkinlabs.com/blinkytape/) RGB LED strip.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%