Need some help with Led matrix

Hi. I'm trying to display on multiple led matrixes (6 8x8 and 2 8x32) connected in a line using an arduino nano but i have nearly no idea how to begin with the programming. I kinda understand how the pins work now but i have trouble understanding how i could control each 8x8 section and make them display what I want. Everywhere i look on the internet they only use 1 8x8 section and there is no explanation how to display on multiple.

Hardware to drive LEDs.

Already built.

https://www.amazon.com/HiLetgo-MAX7219-Matrix-Display-Control/dp/B07W6KZR5D/ref=sr_1_3?crid=3SQZKYLFT5YA5&keywords=8x8+led&qid=1704779084&sprefix=8x8+le%2Caps%2C95&sr=8-3

Software to drive the hardware.

1 Like

I'll check the library out once I'm home. Thank you

If you want control of each pixel in a specific panel, this a function call using the following library...

lc.setLed(0, 2, 1, state); // panel 0, x = 2, y = 1, ON/OFF

Some examples:

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