Skip to content

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

Closed
makermelissa opened this issue Jan 15, 2020 · 5 comments · Fixed by #49
Closed

16x8 Backpack bas different layout than Featherwing #48

makermelissa opened this issue Jan 15, 2020 · 5 comments · Fixed by #49
Assignees

Comments

@makermelissa
Copy link
Collaborator

makermelissa commented Jan 15, 2020

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:
IMG_1514
IMG_1515

We probably either need a new Matrix object (8x16?) or to pass a parameter in to differentiate how positions are calculated.

@makermelissa makermelissa self-assigned this Jan 15, 2020
@makermelissa
Copy link
Collaborator Author

Oops, photos updated.

@caternuson
Copy link
Contributor

I'd vote for two different classes.

@makermelissa
Copy link
Collaborator Author

Thanks for the input, sounds good.

@makermelissa
Copy link
Collaborator Author

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.

@Docteh
Copy link

Docteh commented Aug 13, 2021

I ended up spending a bunch of time wondering about the why. As the schematics for both 16x8 boards have the modules identically arranged. I did find the answer, the location of the pins underneath the module:
Original module
image

Newer Luckylight modules, posted July 2014
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants