You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: