Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sm11963/matrix-clock
https://github.com/sm11963/matrix-clock
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sm11963/matrix-clock
- Owner: sm11963
- Created: 2015-12-07T15:14:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T22:50:30.000Z (almost 9 years ago)
- Last Synced: 2023-04-05T20:35:10.308Z (over 1 year ago)
- Language: C
- Size: 17.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cornell ECE 4760 Final Project
Here is the codebase for Sam & Craig's ECE 4760 final project. The idea was to use a [32x32 RGB Led matrix](http://www.adafruit.com/products/2026) to create a full featured wall clock.
## MatrixClock
This is the main MPLABX project.
## Py-Time
This holds a simple python script to perform serial communications with the matrix. Currently it only supports setting the time on the matrix.
## bdf2hex
A helpful python script that was used to convert a 4x6 bdf font to a format usable by the matrix.