32x8 Dot Matrix Display - MAX7219Hinweise zur VerwendungWenn das Display mit der 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); |
|
Letzte Aktualisierung: © boxtec internet appliances · the better security products |