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

Save colors #16

Open
appideasDOTcom opened this issue Nov 12, 2018 · 1 comment
Open

Save colors #16

appideasDOTcom opened this issue Nov 12, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@appideasDOTcom
Copy link
Owner

A needed feature is the ability to save colors and to apply those colors from some sort of picker on the controls screen.

A default palette of 16 colors should be provided.

@appideasDOTcom appideasDOTcom added the enhancement New feature or request label Nov 12, 2018
@appideasDOTcom
Copy link
Owner Author

appideasDOTcom commented Nov 14, 2018

The Arduino part of the code to make this possible (easy, actually) has been committed to the feature/patternLoops branch. It's the /multiset endpoint. Accepted GET parameters are documented in the sketch. Here's an example request:
http://(ip address of controller):5050/multiset?p=first&c=100,0,100,0
This will set red and blue all the way on and green and white off on the first light strip (making purple).

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

1 participant