OpenVoiceOS / OpenVoiceOS/ovos-plugin-manager
More LED Animations
Open
@5trongthany is already working on this.
Since Nov 18, 2022.
- Dominant language
- Python
- Stars
- 14
- Forks
- 14
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 9
Description
As noted in https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/88, there are several events that should trigger some LED activity. We should pick some default animations to implement for different events:
- Internet disconnected/reconnected (one-shot)
- Device Offline (persistent)
- Low priority notification (persistent?)
- High priority notification (persistent)
- Starting Up (persistent)
- Shutting Down (persistent? Will be terminated at some point as the plugin is shutdown)
Current Animations:
chase
breathe
fill
refill (fill color, fill black, repeat)
bounce (fill color, reverse fill black, repeat)
blink
Potential Animations:
Comet (Dinkum example), like chase but with fade effects
Alternating (alternate even/odd leds)
...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.