C Graphics; Bit Image Graphics - InfoPrint LQ-1600K Programmer's Reference Manual

6500 line matrix printers
Table of Contents

Advertisement

C

Bit Image Graphics

Bit image graphics are created by vertically printing the bit pattern of a series
of data bytes. For example, the bit pattern of the ASCII character A (hex 41,
decimal 65) is shown in Figure 3. If we rotate this data byte 90 degrees
clockwise, we have a vertical data byte with the most significant bit (MSB) at
the top. If we then print each 1 (true) bit as a dot, the result is a "bit image" plot
of the ASCII character A.
Graphics
ASCII character A = Hex 41 = Binary 01000001
MSB : Most Significant Bit
MSB
8
7 6
5
Figure 3. Vertical Data Byte Pattern
MSB
8
7
6
5
4
3
2
1
4
3
2 1
93

Advertisement

Table of Contents
loading

Table of Contents