This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Add Flickery-ness #5
Comments
When a message isn't coming through, the lights could "flicker" (fade on and off quickly, in random durations). To avoid an obvious "rippling effect", we could also simply turn them all on (and then off) in random order, with (very small) random delays between each light action. (That might be visually distracting / annoying when there isn't a message coming in - They could just all be on, or slowly fade alternating lights on and off, more like standard holiday light behavior.) |
(For example, we could store a list of the integers [0 ... 26] and random.shuffle() it each time we want to turn lights on and off, rather than always activating / deactivating them in order.) |
Random exploration we did into this:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: