-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add support for GW6205 chipset #858
Comments
Find and reference the data sheet for the GW6205 is a start. A quick searched came up with just references to FastLED. |
Currently, non-byte aligned pixels is problematic with some of the methods. There is a new branch, CoreShaderBeta that makes this easier and it's the future; but is far from ready as it has some major changes. |
I would also love this implemented |
Is it just 12 bits per color element? Or does it include "padding bits" so that a single pixel of color is byte aligned? Like 4.12.12.12, with four leading/trailing bits used for something else? |
As far as I can see, it's only 12+12+12 bits - see attached image on my previous post for a complete bitstream for one pixel. |
I'd like to be able to use WLED, but my particular LED strip is currently not supported... and they kind of said if it's supported by NeoPixelBus it can be supported by WLED - So here by kindly ask if it's possible to add GW6205 support!?
GW6205 is supported by FastLED so hopefully it's not a super advanced thing to add support to NeoPixelBus?
I can provide logs from logic analyzer or similiar if wanted/required.
Thanks!
The text was updated successfully, but these errors were encountered: