Particle-NeoPixel
Particle-NeoPixel copied to clipboard
An Implementation of Adafruit's NeoPixel Library for Particle devices: Core, Photon, P1, Electron, Argon, Boron, Xenon and RedBear Duo.
First of all thank you for the library, and it is great that it already has support for other led types on the Photon 2/P2, but it would be really...
Hi guys, Can you add support for the APA106 LEDs? the protocol is almost the same but with ws2812 selected in the library, it flickers a lot.
Hello I was wondering if GRBW could be supported. Most of Neopixel products from Adafruit are GRB and not RGB organised. Adafruit Neopixel library supports : NEO_RGB, NEO_RGBW, NEO_GRB, NEO_GRBW....
Added proper HAL flags for M-SoM compatibility. Perhaps instead of platform_id == 32 or 35, we could use HAL_PLATFORM_RTL872X for automatic support of any new RTL872X devices. I did not...