5,710
edits
Changes
Week Z
,no edit summary
Multiplexed Displays
from [[Electronic Technologies for Art]]
== Dot Matrix ==
=== Circuit ===
0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
1, 10, 10, 10, 1, 0, 1, 01, 1, 0, 0, 0, 10, 0, 0 };
void setup() // run once, when the sketch starts
digitalWrite(resetPin, LOW);
}
</pre>
=== See Also ===
Examples -> Library-Matrix