adafruit / Adafruit_CircuitPython_NeoPixel

CircuitPython drivers for neopixels.
MIT License
304 stars 98 forks source link

Make buf be the same #68

Closed rhooper closed 4 years ago

rhooper commented 4 years ago

This change should in theory make .buf behave the same as it did before, by making it the before-adjustment buffer by having NeoPixel hold onto the two buffers and adding a .buf property.

@caternuson HTH

tannewt commented 4 years ago

As of https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI/pull/10 NeoPixel SPI uses PixelBuf directly so this is no longer needed. Thanks anyway!