Skip to content

This is an Arduino project to recreate the clock on the Freebox Revolution designed by Stark

License

Notifications You must be signed in to change notification settings

SimonPucheu/PixelClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.