diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a1356b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +tileLED +======= + +A very minimalistic driver for 8x8 LED dot matrix displays. + + +Based on an ATmega8 this board can drive a simple LED matrix display. + +The source code includes a simple demonstration. Paired with a DS1820 digital temperature sensor, the display shows the current temperature. + +A Blog post on http://www.steffenvogel.de will follow.