usedbytes / neopixel_i2c

AVR-based i2c-slave Neopixel driver
GNU General Public License v2.0
31 stars 5 forks source link

Wire data line to PB3 #2

Closed DurandA closed 7 years ago

DurandA commented 7 years ago

Close #1

usedbytes commented 7 years ago

Thanks for the patch. Out of interest, did you build one?

DurandA commented 7 years ago

Yes, I'm using it to drive a 24-led ring from a NTC C.H.I.P. Due to the timing requirements, there is no way to drive it directly until someone write a driver using DMA. Your project is awesome! I also like the fact that you display an animation until a command is received. Without this feature, I would probably still trying to find out why it doesn't work.

usedbytes commented 7 years ago

Cool! Glad you like it :-)

...sorry for wasting your time with my shoddy documentation! ;-)