An open API service indexing awesome lists of open source software.

https://github.com/anachrocomputer/gridtimer

Arduino sketch to show a timer on a 16x16 grid of LED pixels.
https://github.com/anachrocomputer/gridtimer

arduino led-matrix max7219 timer

Last synced: about 2 months ago
JSON representation

Arduino sketch to show a timer on a 16x16 grid of LED pixels.

Awesome Lists containing this project

README

          

![Static Badge](https://img.shields.io/badge/MCU-ATmega328-green "MCU:ATmega328")
![Static Badge](https://img.shields.io/badge/BOARD-Arduino-green "BOARD:Arduino")
![Static Badge](https://img.shields.io/badge/DISPLAY-MAX7219-green "DISPLAY:MAX7219")

# GridTimer #

Arduino sketch to show a timer on a 16x16 grid of LED pixels.
As time passes, pixels are lit up at random until they're all on.

Runs on AVR Arduino such as the Duemilanove.
LED display based on four MAX7219 modules,
each with 8x8 pixel LED display.

Based on another sketch; many comments will be incorrect as yet.