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

Cycle through custom LED themes #17

Open
ah- opened this issue Mar 6, 2018 · 2 comments
Open

Cycle through custom LED themes #17

ah- opened this issue Mar 6, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@ah-
Copy link
Owner

ah- commented Mar 6, 2018

With the original firmware 1.4 you can't cycle through custom LED themes. If you set up a custom theme and then switch another one you can't get back to your custom theme without using the app.

From what I can tell this is due to custom themes having id 128, and the LED firmware seems to cycle back to theme id 0 before reaching 128.

To fix this nicely we probably need to have our own LED firmware, which might be a while.

@ah- ah- added the enhancement New feature or request label Mar 6, 2018
@MvEerd
Copy link

MvEerd commented Mar 6, 2018

Good to know, thanks!
Until we can flash the LED firmware perhaps we could add a dedicated key to switch to the custom theme by using set_theme(128) ? That would be an improvement over 1.4 already

@ah-
Copy link
Owner Author

ah- commented Mar 6, 2018

That should work, even with existing Actions, so all it needs is mapping to a key?

Not sure how to test though given that we can't yet upload custom themes :)

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

No branches or pull requests

2 participants