Reply to thread

Yeah meant Arduino for testing as that is easiest to debug although you can use it with Hyperion as well but doesn't add anything with WS2801 at least (only more steps)

So in this this sketch you changed:


[code]#define COLOR_ORDER RGB[/code]


to:


[code]#define COLOR_ORDER BGR[/code]


That should have worked as it changes the command to the leds unless somehow for the led strip the color order is hardware locked but not sure if that is possible.


Top Bottom