Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.54 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.54 KB

PixelClock

This is a project to recreate the clock of the Freebox Revolution

Presentation

Numbers

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

Transitions

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

Step 1

2 0
1 9
5 9
0 0

Step 2

2 0
1 9
5 9
0 0

Step 3

2 0
0 0

Branches

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.