adafruit / Adafruit_CircuitPython_NeoPixel

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

_pixelbuf support #59

Closed rhooper closed 4 years ago

rhooper commented 4 years ago

This is a WIP because pypixelbuf isn't done yet, and the _pixelbuf API changes haven't been merged. Looking for feedback!

tannewt commented 4 years ago

Nice! This looks good to me.

I commented on the NeoPixel SPI PR (https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel/pull/53) about removing it.

rhooper commented 4 years ago

Ready for review. This might need doc changes that discuss pixelbuf and/or pypixelbuf.

Should be good for freezing into boards. Should we merge this into a branch other than maste first?

rhooper commented 4 years ago

Boards that reference NeoPixel: ./ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk ./ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk ./ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk ./ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk ./ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk ./ports/atmel-samd/boards/robohatmm1_m4/mpconfigboard.mk