NeoPixelPlus icon indicating copy to clipboard operation
NeoPixelPlus copied to clipboard

The NeoPixel library plus a testing mode - so you can see how your LEDs would behave directly in the terminal, without any extra hardware.

Results 3 NeoPixelPlus issues
Sort by recently updated
recently updated
newest added

I have a freshly install RPi Zero, and install pip than did: pip install neopixel_plus Than tried your example: from neopixel_plus import NeoPixel NeoPixel(test=True).color(150,200,0) Only this gives an error: File...

Install fails on windows 10 looking for a unix related header file. ... C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -I. -Ic:\python39\include -Ic:\python39\include -IC:\Program Files...

* Added missing pins from raspberry that can be used with adafruit * Improves the docs * Adds logging instead print