Makuna / NeoPixelBus

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 GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.18k stars 261 forks source link

WS2815 support #796

Open Makuna opened 5 months ago

Makuna commented 5 months ago

Is your feature request related to a problem? Please describe. WS2815 is not compatible with the timing for WS2812x for those methods are more precise, like ESP32 RMT method.

Describe the solution you'd like It functions as the WS2811 speed. Make sure to provide a specific method for it. This maybe just aliases to existing ones.

Additional context https://github.com/Makuna/NeoPixelBus/pull/795