This is a project to recreate the clock of the Freebox Revolution
All numbers are made up of 5 by 5 pixels.
This is a 5:
1 | 1 | 1 | 1 | 1 |
1 | 0 | 0 | 0 | 0 |
1 | 1 | 1 | 1 | 1 |
0 | 0 | 0 | 0 | 1 |
1 | 1 | 1 | 1 | 1 |
These are disposed like that (12h34):
L | R | |
---|---|---|
T | 1 | 2 |
B | 3 | 4 |
During a change of time (minutes or hours), the numbers come out on the left or on the right according to their positions (right or left column). New numbers enter from above or below (top or bottom line).
2 | 0 | ||
---|---|---|---|
1 | 9 | ||
5 | 9 | ||
0 | 0 |
2 | 0 | ||
---|---|---|---|
1 | 9 | ||
5 | 9 | ||
0 | 0 |
2 | 0 | ||
0 | 0 | ||
Contains the presentation of the project.
Contains the source code for the arduino project.
Contains the source code for the chrome extension.
Contains the source code for the webpage. This is the branch that is deployed by github pages.