JoDaNl / esp8266_ws2812_i2s

ESP8266 Library for driving WS2812 led-strip using the I2S output. Use within the Arduino IDE
71 stars 24 forks source link

License? #3

Open MisterRager opened 8 years ago

MisterRager commented 8 years ago

How badly are you willing to let us rip off your work?

JoDaNl commented 8 years ago

'rip off'... :smiley:...sure not a problem....this is open source. But out of curiosity...what will you do with it ?

MisterRager commented 8 years ago

I'm trying to add ws281x/apa104 support to an app that's humming along happily with apa102's: https://github.com/MisterRager/ESPionage-Sming

Please excuse the tongue-in-cheek request for license clarification. I just wanted to try to chop your code up and consume it for another open source project with proper attribution to the original guy for figuring this out and you for making it legible.

MisterRager commented 8 years ago

https://github.com/MisterRager/ESPionage-Sming/tree/master/include/ws2812_i2s < your lib, refactored to work in Sming. Thanks so much for doing this work.

Also, this is what I did to get the rom_* func to work: https://github.com/MisterRager/ESPionage-Sming/blob/553e179803e7a804887631a7e31e98bcb60e77af/include/ws2812_i2s/ws2812_defs.h#L44

MisterRager commented 8 years ago

Also, also thanks!