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

Rotary Encoder #83

Open
shillinc-osu opened this issue Apr 26, 2024 · 0 comments
Open

Rotary Encoder #83

shillinc-osu opened this issue Apr 26, 2024 · 0 comments
Assignees

Comments

@shillinc-osu
Copy link
Collaborator

The rotary encoder should have the following capabilities:

  • When the encoder turns clockwise a specified amount, increase the manual pattern index by 1.
  • When the encoder turns counter clockwise a specified amount, decrease the manual pattern index by 1.
  • When the number exceeds the total amount of patterns or is below 0, cycle back around.
  • Pressing the button should switch pattern configs.
  • All hardware calls should be abstracted to the nanolux_util files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants