|
|
|
|
|
by kruffin
1504 days ago
|
|
Adafruit offers a starter kit with a microcontroller, 64x32 led matrix, and some other doodads for ~$70 (https://www.adafruit.com/product/4812). It's really easy to tinker with. I made a clock that does some crappy visualizations and open sourced it here: https://github.com/kruffin/matrix_portal_gol It actually looks a lot like this Tidbyt (a box with a dot matrix). The only thing it doesn't have is a RTC, so I just polled a time server every so often. |
|