Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rolling gradient freezes in place when program exits #4

Open
matusz13 opened this issue Feb 8, 2021 · 1 comment
Open

Rolling gradient freezes in place when program exits #4

matusz13 opened this issue Feb 8, 2021 · 1 comment

Comments

@matusz13
Copy link

matusz13 commented Feb 8, 2021

The colors persist as they should when the program exits but the rolling effect does not

@notjosh
Copy link
Owner

notjosh commented Feb 12, 2021

Yeah, kind of a side effect of how it's written right now. It relies on staying open so it can keep updating the values a few times a second, which is how the official Asus software does it too.

I've got a branch locally as a proof-of-concept that uses a background daemon to handle the LED commands, and a frontend UI that can be closed. But uhhh, it gets pretty broken when the system wakes from sleeping etc.

One day I'll probably get around to cleaning it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants