espopc icon indicating copy to clipboard operation
espopc copied to clipboard

please bring back adafruit neopixel support

Open redPanther opened this issue 9 years ago • 1 comments

because of neopixelbus doesn't work atm I tried the use of adafruit_neopixel. This worked perfectly. Please bring back support for this lib

my versions: board package 2.1.0 neopixel: 1.0.4 arduino (cc): 1.6.7

redPanther avatar Mar 05 '16 17:03 redPanther

The Adafruit neopixel library does not work well when data is streaming in over WiFi. Since this program makes extensive use of WiFi, it cannot use the Adafruit library. As I recall, it works as long as the pixel sender sends slow updates but fails when the sender send 20-30 frames per second for a string of 64 pixels. Increasing the number of pixels in the string increases the chance of failure.

bbx10 avatar Mar 06 '16 00:03 bbx10