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

support multiple directives in rgb file #2

Open
Human opened this issue Jan 2, 2015 · 1 comment
Open

support multiple directives in rgb file #2

Human opened this issue Jan 2, 2015 · 1 comment

Comments

@Human
Copy link
Owner

Human commented Jan 2, 2015

Currently, only a single directive is expected to be in the rgb file. This works great if the color changes infrequently, but there's no feedback about what state the lights are actually in, so it's impossible to gain precise control for things like blinking or rapid cycling of colors.

Extend the rgb file format to support multiple lines of directives. As long as the rgb file does not change, Hugh will continue cycling through the directives.

Current example (100% blue):

0, 0, 255

Future example (100% blue, followed by 100% red):
0, 0, 255
255, 0, 0

@Human
Copy link
Owner Author

Human commented Jan 2, 2015

Can be implemented independently of #1 and #3.

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

1 participant