Skip to content

Commit

Permalink
Adding the rest of the letters to alphabet.yml.
Browse files Browse the repository at this point in the history
[alphabet.yml]
Adding the remaining letters of the alphabet to this yaml file.
  • Loading branch information
jbranchaud committed Jun 9, 2013
1 parent d00b82e commit f3ae58b
Showing 1 changed file with 126 additions and 18 deletions.
144 changes: 126 additions & 18 deletions alphabet.yml
Expand Up @@ -32,15 +32,33 @@ C:
D:
- width: 7
- height: 7
- chars: ""
- chars: "0111100\
0100010\
0100010\
0100010\
0100010\
0100010\
0111100"
E:
- width: 7
- height: 7
- chars: ""
- chars: "0111110\
0100000\
0100000\
0111100\
0100000\
0100000\
0111110"
F:
- width: 7
- height: 7
- chars: ""
- chars: "0111110\
0100000\
0100000\
0111100\
0100000\
0100000\
0100000"
G:
- width: 7
- height: 7
Expand Down Expand Up @@ -74,43 +92,103 @@ I:
J:
- width: 7
- height: 7
- chars: ""
- chars: "0001110\
0000010\
0000010\
0000010\
0000010\
0100100\
0111000"
K:
- width: 7
- height: 7
- chars: ""
- chars: "0100010\
0100100\
0101000\
0110000\
0101000\
0100100\
0100010"
L:
- width: 7
- height: 7
- chars: ""
- chars: "0100000\
0100000\
0100000\
0100000\
0100000\
0100000\
0111110"
M:
- width: 7
- height: 7
- chars: ""
- chars: "0100010\
0110110\
0101010\
0100010\
0100010\
0100010\
0100010"
N:
- width: 7
- height: 7
- chars: ""
- chars: "0100010\
0110010\
0101010\
0101010\
0101010\
0100110\
0100010"
O:
- width: 7
- height: 7
- chars: ""
- chars: "0011100\
0100010\
0100010\
0100010\
0100010\
0100010\
0011100"
P:
- width: 7
- height: 7
- chars: ""
- chars: "0111100\
0100010\
0100010\
0111100\
0100000\
0100000\
0100000"
Q:
- width: 7
- height: 7
- chars: ""
- chars: "0011100\
0100010\
0100010\
0100010\
0100010\
0011100\
0000110"
R:
- width: 7
- height: 7
- chars: ""
- chars: "0111100\
0100010\
0100010\
0111100\
0101000\
0100100\
0100010"
S:
- width: 7
- height: 7
- chars: ""
- chars: "0011110\
0100010\
0100000\
0011100\
0000010\
0100010\
0111100"
T:
- width: 7
- height: 7
Expand All @@ -134,21 +212,51 @@ U:
V:
- width: 7
- height: 7
- chars: ""
- chars: "0100010\
0100010\
0100010\
0010100\
0010100\
0010100\
0001000"
W:
- width: 7
- height: 7
- chars: ""
- chars: "0100010\
0100010\
0100010\
0100010\
0101010\
0110110\
0100010"
X:
- width: 7
- height: 7
- chars: ""
- chars: "0100010\
0010100\
0010100\
0001000\
0010100\
0010100\
0100010"
Y:
- width: 7
- height: 7
- chars: ""
- chars: "0100010\
0010100\
0010100\
0001000\
0001000\
0001000\
0001000"
Z:
- width: 7
- height: 7
- chars: ""
- chars: "0111110\
0000010\
0000100\
0001000\
0010000\
0100000\
0111110"
...

0 comments on commit f3ae58b

Please sign in to comment.