Also includes various minor changes in the comments/docs inside the code.
I had to upgrade the cffi pip dependency to get it to install.
I also cleaned up the examples (remove unused code, structure the code similarly in all examples, etc).
I changed the con variable name to client since it's referring to the main OpenRGB object and not its connection.
Let me know if there's anything you don't like in particular. I'm happy to make changes.
Adds (support for):
Also includes various minor changes in the comments/docs inside the code. I had to upgrade the
cffi
pip dependency to get it to install. I also cleaned up the examples (remove unused code, structure the code similarly in all examples, etc). I changed thecon
variable name toclient
since it's referring to the main OpenRGB object and not its connection.Let me know if there's anything you don't like in particular. I'm happy to make changes.