-
Not sure how straight forward this might be but I can use these strips pretending they are RGB |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What do you mean WWA? I do find this in reference to White, Warm White, Amber as three elements per pixel but is this what you mean? NeoSk6812Method is the method. |
Beta Was this translation helpful? Give feedback.
-
Many thanks for confirming
…________________________________
From: Michael Miller ***@***.***>
Sent: Thursday, January 6, 2022 5:27:38 PM
To: Makuna/NeoPixelBus ***@***.***>
Cc: ashp8i ***@***.***>; Author ***@***.***>
Subject: Re: [Makuna/NeoPixelBus] Can SK6812 WWA be supported? (Discussion #552)
Did you try it?
There shouldn't be but note that some of these libraries directly write into the buffer which ignores the features job of translation, but this would only affect the color order.
Now how they handle everything above that can correctly handle whites instead of colors is the question. You would have to ask them; but I suspect it should just work.
—
Reply to this email directly, view it on GitHub<#552 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAON2J4KCYVRYPZ2OAN4ELDUUXGIVANCNFSM5LLFPVLA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
What do you mean WWA? I do find this in reference to White, Warm White, Amber as three elements per pixel but is this what you mean?
NeoSk6812Method is the method.
Using the NeoRgbFeature would map a RgbColor with R to White, G to Warm White, and B to Amber; that is if that is the true color order of WWA. A little experimentation should tell you the actual order.