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.17k stars 255 forks source link

SK6803 support #809

Open Avamander opened 1 month ago

Avamander commented 1 month ago

Is your feature request related to a problem? Please describe.

I wish to control SK6803 RGB LEDs.

Describe the solution you'd like

It currently works with just:

NeoPixelBus<NeoGrbFeature, NeoSk6812Method> strip(PixelCount, PixelPin);

So explicit support probably wouldn't be too complex.