adafruit / Adafruit_CircuitPython_NeoPixel

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

Pixelbuf Support #2 #82

Closed dunkmann00 closed 4 years ago

dunkmann00 commented 4 years ago

This adds support for CP _pixelbuf. This aims to complete PR #74.

Works in CP versions 5 and 4 (fallback to pure python Pixelbuf impl.). In order to support the pure python version, PR #18 from the Adafruit_CircuitPython_Pypixelbuf repo is also necessary for this to work.

dunkmann00 commented 4 years ago

The failed test is addressed in Adafruit_CircuitPython_Pypixelbuf #18

tannewt commented 4 years ago

PixelBuf updates are merged but cannot be released until https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI/issues/14 is resolved and therefore block this PR from being released.

tannewt commented 4 years ago

Ok, PyPixelBuf 2.0.0 and NeoPixel_SPI 0.8.0 have been released. I'm going to merge this now and merge once I confirm the other two are on pypi.

ladyada commented 4 years ago

awesome!!