Horizontal Format
45
Horizontal Format
Graphics data printed in horizontal format comprise a stream of bytes from left
to right across each dot row.
Table 11 shows that byte 1 (or character 1) in row 1 will print its six bits from
left to right in a single dot row. The next byte (byte 2) prints its six bits,
representing a character, in the same dot row across the page.
Vertical Format
In vertical format, each byte (or character) occupies six dot rows of one
column. Each character is one dot wide and six dots high. The next charac ter
(byte 2) is printed beside the first moving from left to right across the page.
- 5F oxxxxx ? 3F xxxxxx
Table 11. Horizontal Format
Byte
Row Byte 1 Byte 2 Byte n
1
2
3
.
.
6
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
.
.
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
.
.
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
1 2 3 4 5 6
.
.
1 2 3 4 5 6
Table 12. Vertical Format
Byte 1 2 3 ... n
Row bit bit bit ... bit
1
2
3
4
5
6
1
2
3
4
5
6
1
2
3
4
5
6
1
2
3
4
5
6
... 1
... 2
... 3
... 4
... 5
... 6
Table 10. ASCII Character Dot Patterns (continued)
Char Hex
Value
Dots
654321 Char Hex
Value
Dots
654321