Is your feature request related to a problem? Please describe.
Some LED strips have different color channel order than RGB.
For example we have COB strips with WS2811 chips that need data GRB order.
Describe the solution you propose.
It would be great if M950 would accept an O(rder) parameter, defining the order of the color channels on the data line.
Describe alternatives you've considered
We currently use a M150.1 macro that does the remapping in g-code.
I would expect a simple re-mapping table in SW to perform much better than this, and it would remove the need for a separately maintained macro.
Provide any additional context or information.
Is your feature request related to a problem? Please describe.
Some LED strips have different color channel order than RGB.
For example we have COB strips with WS2811 chips that need data GRB order.
Describe the solution you propose.
It would be great if M950 would accept an O(rder) parameter, defining the order of the color channels on the data line.
Describe alternatives you've considered
We currently use a M150.1 macro that does the remapping in g-code.
I would expect a simple re-mapping table in SW to perform much better than this, and it would remove the need for a separately maintained macro.
Provide any additional context or information.