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 transition directives in rgb file #1

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

support transition directives in rgb file #1

Human opened this issue Jan 2, 2015 · 1 comment

Comments

@Human
Copy link
Owner

Human commented Jan 2, 2015

Currently, Hugh can be told to use different transition parameters by changing hugh_config.ini, but this is not coordinated with changes to the rgb CSV file.

  • Add support for specifying an override in the rgb file to the general transition configuration in hugh_config.ini

Current example (red at 100%)
255, 0, 0

Future example (red at 100%, no instant transition, fade through black, 127 increments of change)
255, 0, 0, 0, 1, 127

(Or possibly True and False instead of 1 and 0.)

@Human
Copy link
Owner Author

Human commented Jan 2, 2015

Implement simultaneously with #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