Is this type of P10 LED Display compatible with the DMD libraries found online. I have recently purchased this P10 LED Matrix and I have tried in replicating some projects on YouTube but I never got the results like shown on the video. Ultimately, the LEDs did not light up whatsoever. My guess and I hope I’m wrong, is that my purchased matrix is different and not compatible with an Arduino.
It's very unlikely that your panel is incompatible with Arduino. But it may be incompatible with the sketch you are using.
I suggest you have a read of the forum guide in the "read this" sticky post and include all the important pieces of information it talks about there. Pictures by themselves won't be enough for us to help very much.
"P10" only says one thing about the panel: that the pitch, the space between the centre of each led and the next, is 10mm.
On the back it says "hub12". This may be more important and say something about the signal protocol you must use. Try googling for hub12 and Arduino sketch.
PaulRB:
It's very unlikely that your panel is incompatible with Arduino. But it may be incompatible with the sketch you are using.
I suggest you have a read of the forum guide in the "read this" sticky post and include all the important pieces of information it talks about there. Pictures by themselves won't be enough for us to help very much.
"P10" only says one thing about the panel: that the pitch, the space between the centre of each led and the next, is 10mm.
On the back it says "hub12". This may be more important and say something about the signal protocol you must use. Try googling for hub12 and Arduino sketch.
I really appreciate the reply. To be honest, this is really my first project involving an Arduino.