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

Adding support for ATmegaXX4A #75

Open benji-8229 opened 1 year ago

benji-8229 commented 1 year ago

Hey, working on a PCB to drive my matrix and wanted to reduce from a 2560 to ATmega644A. I'll submit a pull request, I just wanted to make sure I'm not missing anything super obvious that would make this chip incompatible. It should be as simple as adding an #if defined block for my chip and changing the port declarations right?

I was thinking Port C for the color data lines and then Port D for CLK? Let me know if I'm missing something.

ATmega644A Pinout