OpenVoiceOS / OpenVoiceOS/ovos-plugin-manager

More LED Animations

Open
#94 3 comments 0 reactions 6 assignees View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.