adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
303 stars 145 forks source link

Support for MKR1000 #31

Closed LRagji closed 6 years ago

LRagji commented 7 years ago

Hi, I would really love to see support for MKR1000 as that board is powerful in all aspects any support for same anything

This is not a bug its a feature request?

ladyada commented 6 years ago

we support samd21 now

bgaebel commented 5 years ago

Are you sure the support of samd21works well? I have two MKR1000 and when I just add matrix.begin() to my sketch, the boards hangss up and will also disappear from Windows Device Manager (error code 43)

any ideas?

thanks

ladyada commented 5 years ago

we havent tested the MKR1000 - that may have a different pinout setup. it works with our samd21 boards for sure!

bgaebel commented 5 years ago

Dear ladyada,

it was my fault! I missed the additional parameter *pinlist of the contructor. Library works as expected for the MKR1000

*thumbs_up

best regards

LRagji commented 5 years ago

@bgaebel can you share the pinouts/connection diagram for same?, also the code part of it if possible.

bgaebel commented 5 years ago

Sorry, I were to fast with my pleasure. Just using matrix.begin() works, but until I want to draw any Pixel, the entire board hangs up.

How to figure out, what's going wrong?

LRagji commented 5 years ago

I think this means the defect is still open, as it talks about MKR1000 support?

ladyada commented 5 years ago

where we talk about MKR1000 support? we'll remove it