appideasDOTcom / APPideasLights

Arduino and mobile app code for the APPideas Lights projects
18 stars 5 forks source link

Save colors #16

Open appideasDOTcom opened 5 years ago

appideasDOTcom commented 5 years ago

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 commented 5 years ago

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).