Lukas
Lukas
Hi, I'd like to do it in C#
Could be worth a try to comment out [the state fetching](https://github.com/skraus-dev/cherryrgb-rs/blob/b156d8e4a7801e7adafe47f105877d6886a8209a/src/main.rs#L94-L96) and try to set the LEDs without this. This would tell us if it's really the state fetching that...
You could try commenting out individual payloads in [the function that sets the animation](https://github.com/skraus-dev/cherryrgb-rs/blob/master/cherryrgb/src/lib.rs#L384-L419) as a next step. I mean it's got to be somewhere. If that doesn't give us...
Could it be that we need to explicitly release the interfaces? Haven't seen a line that releases them. Or should this be handled by re-attaching the kernel driver? When I...
That means by specifying the auto attach, detach stuff, we shouldn't need to worry about this, right?