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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WS2815 support

Makuna opened this issue · comments

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
#795