-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LED Stripes missing? #57
Comments
That's a good point. The reason I haven't written up the docs yet is that the names are a little bit messy, and I wanted to clean it up a bit before writing the docs. Right now we have:
|
Thanks for the extensive list, I can work with that :) Are there plans to map other strips as well? My code actually uses a SK9822, at the moment I'm manually patching the config to the supported stripe (WS2811?). It's not necessary, just asking for convenience sake. |
APA102 is probably coming soon, I've just started a thread on the discord server to come up with a more consistent naming scheme for the smart LED parts. It might be something along the lines to Specifically for the SK9822, are they using the same protocol as APA102? Or would that require a different implementation? |
The new naming scheme seems intuitive to me, I don't see any immediate problems with it. A more general hindrance for me is the "wokwi" prefix everywhere. A prefix for all might as well be for none, but I'm sure there is a reason for it. FastLED has a specific Chipset for the SK, which works for me (https://github.com/ModischFabrications/turn_indicator_code/blob/f89fb6c4f026df3b65143919f2e83ba02c0c54aa/src/lights.h#L186), but it think they are more or less equal. If I recall correctly choosing SK is backwards compatible to APA, but you might want to check with them directly. |
https://docs.wokwi.com/diagram-format doesn't refer to the different LED stripes available.
wokwi-neopixel-canvas works, copied from an example, are others supported as well?
The text was updated successfully, but these errors were encountered: