Description
What would you like implemented?
I recently came across a WS2814/SK6812 compatible strip with (unusual?) WRGB color order, which I unfortunately cannot configure properly to use with this great plugin. The closest I can get is SK6812_STRIP_BRGW but the Blue and White are swapped.
While it probably does not make sense to add each possible color order to the dropdown menu it would be good to have an option to define a custom color order.
The easiest (but probably not most user friendly) way to do it would be to define a SK6812_STRIP_CUSTOM where use could define the custom shift mask in hex (the SK6812_SHIFT_WMASK in the underlying rpi_ws281x library's would probably have to be modified as well to correctly identify strips with separate white LEDs). More user friendly UI would of course be welcomed, but I can live with hexes hidden somewhere in the advanced section :)
Why should this be implemented?
To provide compatibility with more LED strip types