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

Add NeoMatrix screen driver #337

Open
wants to merge 1 commit into
base: public
Choose a base branch
from

Conversation

meganetaaan
Copy link
Contributor

out
This PR adds drivers for NeoPixel flexible matrix sheet. With these codes, you can use an RGB LED matrix as a Moddable screen like other LCDs.

It has two driver classes under modules/drivers directory:

  • NeoMatrix: a driver class for NeoPixel matrix. Its depends on NeoPixel and has similar API.
  • NeoMatrixRender a screen driver implementation that adapts NeoMatrix to Poco interface

It's still under development. I'm going to add features including "screen rotation", "concatenation of multiple sheets into one single screen" and so on. API docs also needed.

Any comments are welcome!

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

Successfully merging this pull request may close these issues.

1 participant