NeoPixelBus
NeoPixelBus copied to clipboard
An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the...
**Is your feature request related to a problem? Please describe.** As discussed on Discord, sending the data stream multiple times to replicate the output. This would be particularly useful in...
**Describe the solution you'd like** NeoPixelBus should support communicating with the WS2805 and manage the five channels it has. **Additional context** The WS2805 is a relatively new chip, which is...
Make slight changes to bit timings so the library will work with these popular LED string https://www.ebay.co.uk/itm/373588834942?var=642594617777 I have tried many libraries but all fail I do have logic analyzer...
Thanks for a wonderful library ! I tried "NeoPixelTest.ino" build for SAMD21 architectures e.g. Seeed XIAO M0, Arduino M0. there's compile error. ``` In file included from /private/var/folders/gs/fy565xcd6w5bv4vq3hcrzpbw0000gn/T/.arduinoIDE-unsaved202379-5579-tlr700.2kho/NeoPixelTest/NeoPixelTest.ino:14:0: /Users/[user]/Documents/Arduino/libraries/NeoPixelBus_by_Makuna/src/NeoPixelBus.h:73:118: error:...
**Is your feature request related to a problem? Please describe.** This feature request is not based on a problem, but missing support for esp-idf framework. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** The order for the pixels is reversed on some LEDs, the last pixel is sent first. **Describe the solution you'd...
There is already support for RMT and SPI on ESP32-S3 and it would be great to take it a few steps further: 1. There are 2 GP-SPI peripherals, SPI2 has...
**Is your feature request related to a problem? Please describe.** I just ran into an interesting issue with the i2sParrallel mode. The current "work in progress" branch has a single...
"APA106, SK6812, WS2811, WS2812 and WS2813 that are commonly refered to as NeoPixels" NO! NeoPixel is a trademarked term by Adafruit Industries and has nothing to do with the parts...
**Is your feature request related to a problem? Please describe.** On ESP32-S3, NeoPixelBus is not supporting "I2S" DMA methods yet, and only 4 RMT channels are possible. In comparison, "classic...