After plotting the dots on a grid, you calculate the numbers for each pin pattern by dividing the design grid into separate print lines. For the arrow design, the grid was divided into two lines, each seven dots high. Then each column was examined to calculate the graphics data. The results for the first line are shown below. The pin values are on the left and the sums at the bottom of each column.
128 r
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
| II | I |
| I I | I |
| I | I |
| I |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||||||||
64 | 00 | 66 |
| 64 | 64 | 04 | 64 | 32 |
| 16 | 6 | 6 | 0 | 6 | 0 | 6 | 6 | 616432 | 6 | 2 | |
32 |
| 6 | 2 | 0 |
| 0 | 0 | 0 | 0 | 0 | 0 |
| 0 | 0 | 0 | 0 | 0 | 0 | 06416 |
| 4 |
The numbers for the second line were calculated in the same way. Once the numbers for the pin patterns are calculated, they are put in the program in DATA statements, separated by commas.
The program works in a similar way to the example before. This time it selects
Using Software and Graphics |