RGB Led Matrix 32x32

I want to run a RGB display 32x32 pixel (P5) with useing an Arduino Uno, but the resultat is not good when I use the exemples in Arduino platform. I used this projeckt by useing the Adafruit projeckt, about I was confused.
I think my software is not enough good, it's meaning the many #include <> needed for this projeckt uploading but I don't have any informations about it.
Otherwise I need many informations, please help me and tell me whichones #include <> I need to uplading of Bibliothek.

1 Like

Post the example that your tried here; don't forget to use code tags when posting code as described in How to get the best out of this forum.

Your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with (nor for advice on) your project :wink: See About the Installation & Troubleshooting category.

Are you using an Arduino UNO and this example from Adafruit?

The Arduino UNO doesn't have enough RAM for a 32x32 display. See this note on the Adafruit page:

  • Arduino Uno (or compatible ATmega328P boards) — limited to 32x16 matrix, no double-buffering (needed for flicker-free animation)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.