RGB-matrix-Panel
RGB-matrix-Panel copied to clipboard
Adding support for ATmegaXX4A
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.