====== 32x8 Dot Matrix Display - MAX7219 ====== ===== Hinweise zur Verwendung ===== Wenn das Display mit der [[https://github.com/markruys/arduino-Max72xxPanel|Max72xxPanel Library]] verwendet wird, hilft folgende Initialisierungssequenz für eine korrekte Anzeige: matrix.setPosition(3, 0, 0); // The first display is at <0, 0> matrix.setPosition(2, 1, 0); // The second display is at <1, 0> matrix.setPosition(1, 2, 0); // The third display is at <2, 0> matrix.setPosition(0, 3, 0); // And the last display is at <3, 0> matrix.setRotation(0, 3); matrix.setRotation(1, 3); matrix.setRotation(2, 3); matrix.setRotation(3, 3);