JohnMarzulli / categorical-sectional

Version of the light-up-map that works with "individually addressable" string lights based on the WS2801.
28 stars 17 forks source link

Add support for NeoPixels? #26

Closed jamesrusso closed 3 years ago

jamesrusso commented 4 years ago

Any objection to me forking to add support for Neopixels (which I think are basically 2811 controllers).

JohnMarzulli commented 4 years ago

Please do!

jamesrusso commented 4 years ago

I’m basically done, but want to polish up some more stuff. I don’t think this was possible before because the timing wasn’t reliable enough. However someone figured out how to do it with the PWM module so it ends up being real-time.

Pull request shortly.

Here is my project...

-- Sent from my iPhone. Please pardon any typos.

On Apr 2, 2020, at 6:15 AM, John Marzulli notifications@github.com wrote:

 Please do!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Lexdysic commented 4 years ago

I would also like to be able to use neopixels, I am curious @jamesrusso do you have progress on this?

jamesrusso commented 4 years ago

I have completely rewritten this with support for neopixels and many other features. Check out my repo here:

https://github.com/jamesrusso/led-aviation-metar-sectional

-- Sent from my iPhone. Please pardon any typos.

On Apr 23, 2020, at 10:51 PM, Jason Jackson notifications@github.com wrote:

 I would also like to be able to use neopixels, I am curious @jamesrusso do you have progress on this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

JohnMarzulli commented 3 years ago

Support for WS281x now included in the Release branch.