adafruit / Adafruit_CircuitPython_DotStar

Dotstarrin' away in CircuitPython land
MIT License
46 stars 38 forks source link

Update to use adafruit_pixelbuf. #56

Closed kattni closed 3 years ago

kattni commented 3 years ago

https://github.com/adafruit/circuitpython/pull/5010 renames _pixelbuf to adafruit_pixelbuf.

Maintains backwards compatibility until such time that we are ready to remove it.

FoamyGuy commented 3 years ago

code looks good to me. I'm working on testing this with a Trinket M0, it will take me a minute to get the proper builds of CP ready. I'll make a followup post here once testing is complete.