adafruit / Adafruit_CircuitPython_NeoPixel_SPI

SPI driven CircuitPython driver for neopixels.
MIT License
24 stars 11 forks source link

Some fixes #6

Closed caternuson closed 4 years ago

caternuson commented 4 years ago

Makes the library actually usable by creating a mock neopixel_write module. This is needed to be able to import the main NeoPixel library for sub-classing. This library does not use neopixel_write and instead overrides show() to utilize the supplied SPI port.

Also Fixes #2

EDIT Also adds code to example.