-
Notifications
You must be signed in to change notification settings - Fork 70
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 matrix support #20
Comments
In multipin multiple strips will be available as well as single strip Matrix support need to support (at minimum):
|
This is exactly what I came here to find out if this library can do. I know its been a few years now, do we foresee this ever actually happening? |
Unfortunately my time is pretty limited at the moment but PRs are
gratefully received. I can help guide you through what's needed to be done
too.
…On Thu, Aug 16, 2018, 04:05 Victorio Berra ***@***.***> wrote:
Take single strip and split into a matrix NxM (eg 1x25 single strip can
become 5x5 square)
This is exactly what I came here to find out if this library can do. I
know its been a few years now, do we foresee this ever actually happening?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHRowfiyIRUcxpUxSHsXTnUwuW4DEIEks5uRGLcgaJpZM4EnR00>
.
|
What is rc, cr order? |
Row-column or column-row order. It's used to designate how you apply a 2D
matrix to a 1D array.
…On Wed, Dec 12, 2018, 08:22 jakepearse ***@***.***> wrote:
What is rc, cr order?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHRo8pYG_wOXco2UjsCHzFe_llBEomNks5u4CIngaJpZM4EnR00>
.
|
My son and I have been playing with this requirement. |
Add the ability to have a rectangular matrix of pixels and support this natively.
The text was updated successfully, but these errors were encountered: