-
Notifications
You must be signed in to change notification settings - Fork 28
16x8 Backpack bas different layout than Featherwing #48
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
Comments
Oops, photos updated. |
I'd vote for two different classes. |
Thanks for the input, sounds good. |
Ok, I just wanted to see what was done in the Arduino library and there are 2 different classes Adafruit_8x16matrix and Adafruit_8x16minimatrix. Since we're using Matrix16x8 for the mini one and would prefer to not break code if possible, I'll probably use something like Matrix16x8Backpack or MatrixBackpack16x8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears the 16x8 matrix backpack is laid out differently than the 16x8. Running the exact same code (the demo code), I get 2 different results:


We probably either need a new Matrix object (8x16?) or to pass a parameter in to differentiate how positions are calculated.
The text was updated successfully, but these errors were encountered: