adafruit / RGB-matrix-Panel

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

Nano 33 iot #59

Open estrasnick opened 4 years ago

estrasnick commented 4 years ago

… from other SAMD boards

Scope of change: This change adds support for the Arduino Nano 33 IoT ("new" Nano board). Prior to this change, the current SAMD support fails on this board, as the hard-coded RGB data pins (2-7) are split across ports A and B. This change instead uses pins 4-9 on the Nano 33 IoT, requiring that the user set their CLK to any pin on port A. The remainder of the changes note this instruction in the example code, and provide an example define for CLK on pin A6.

Limitations:

Tests: I have tested the example projects on the Nano 33 IoT, as well as my own custom uses of the library.

Thank you for your work on this great library!

ladyada commented 4 years ago

thanks! :)