You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
673 B
Markdown
27 lines
673 B
Markdown
Pixel Ring
|
|
==========
|
|
|
|
[![Build Status](https://travis-ci.org/respeaker/pixel_ring.svg?branch=master)](https://travis-ci.org/respeaker/pixel_ring)
|
|
[![Pypi](https://img.shields.io/pypi/v/pixel_ring.svg)](https://pypi.python.org/pypi/pixel_ring)
|
|
|
|
|
|
The library is for pixel ring based on APA102, ReSpeaker series pixel ring.
|
|
|
|
## Hardware
|
|
+ ReSpeaker 4 Mic Array or ReSpeaker V2
|
|
+ ReSpeaker V2
|
|
+ ReSpeaker USB 6+1 Mic Array
|
|
+ ReSpeaker USB 4 Mic Array
|
|
|
|
## Get started
|
|
```
|
|
git clone --depth 1 https://github.com/respeaker/pixel_ring.git
|
|
cd pixel_ring
|
|
pip install -U -e .
|
|
python examples/respeaker_4mic_array.py
|
|
```
|
|
|
|
|
|
## Credits
|
|
+ [APA102_Pi](https://github.com/tinue/APA102_Pi)
|