We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
------Question for 104030107 Please Put your question below------
Hi
I am not sure what application this module is optimized for or what the developers where drinking
but LEDs are not in any matrix scheme that I know of.
for (int x = 0; x < MATRIX_WIDTH; x++) {
for (int y = 0; y < MATRIX_HEIGHT; y++) {
matrix.drawPixel(x, y, matrix.Color(255, 0, 0));}}
This code definitely creates a pattern, by counting up (3,4) to (3,5) will jump a row AND a column.
A mapping table/ dedicated library would be needed.