fschrempf / py-neopixel-spidev

A Python module to interface addressable WS2812 (aka NeoPixel) LEDs via the SPIdev driver in Linux
MIT License
8 stars 1 forks source link

Support new upstream mode flag `SPI_MOSI_IDLE_LOW` #1

Open fschrempf opened 1 year ago

fschrempf commented 1 year ago

There is now an upstream implementation to request the correct MOSI idle level from the spidev device.