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.
- Host: GitHub
- URL: https://github.com/anachrocomputer/gridtimer
- Owner: anachrocomputer
- Created: 2019-01-26T13:40:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T17:21:30.000Z (about 2 years ago)
- Last Synced: 2025-03-06T00:44:37.133Z (over 1 year ago)
- Topics: arduino, led-matrix, max7219, timer
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



# 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.