Changes

Week Z

44 bytes added, 16:32, 26 May 2009
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