64
32
16
btal
m, m, m, m. m, m6 m, m, m, m,, m,,
ASCII Code WRONG!
Descender
Start column
End column
M, = Descender l 128 + (Start l 16) + End
--
Figure 9-6. Dots cannot overlap; those in immediately adjacent “half
columns” will be ignored when the character is printed.
W Add up each column of dots
Now it’s time to give our creative side a break and get down
to some basic arithmetic. That’s where the numbers down the
left side of the grid come in. Notice that there is a number for
each row of dots and that each number is twice the number below
it. By making these numbers powers of two we can take any
combination of dots in a vertical column and assign them a unique
-
128 O-128
64 @ - 64 0 - 64
32 l - 32 0 - 32 0 - 32
16 '0 - 16 0 - 16
8 b,.-- 8 e-8
4 a-4 a-4
2 o-2 o-2 O-2
1 O-l O-1
Sum 103 58 255
Figure 9-7. By adding the values of each dot in a column, you’ll get a
unique description for any combination of dots.
86