adafruit / Adalight

http://ladyada.net/make/adalight/
GNU General Public License v3.0
212 stars 131 forks source link

Interest in pull request to add features to colorswirl? #3

Closed shanet closed 12 years ago

shanet commented 12 years ago

A few months ago I forked this repo with the intention of expanding the colorswirl demo program. I finally got around to working on it and have expanded it to support a bunch of different options including fading, rotation speed and direction, shadow length, and different colors. It also supports the dynamic changing of these options via a message listener on a separate thread to prevent performance losses. On the down side, it will only compile and run on Linux so I'm asking if there's any interest in merging these expansions into the original repo before submitting a pull request.

Current code can be found in my fork at https://github.com/shanet/Adalight.

ladyada commented 12 years ago

well, colorswirl is just a demo to help debug adalight and not meant to be standalone beyond that. if you'd like to add this code i suggest adding it to the lpd8806 library instead!