Operator’s Guide 175
The figure below shows how to determine the values for g1..gx to print an
X-shaped graphic pattern:
AB0-AE
Note: n/216 vertical line spacing may be used in graphics printing. n/216
in. line spacing is approximated using 1/144 in. steps. Maximum
local and cumulative error is -1/216 in.
REM PRINT AN X-SHAPED PATTERN USING 60 DPI DENSITY GRAPHICS
LPRINT CHR$(1);"Az*";CHR$(60);CHR$(0);CHR$(1);CHR$(80);CHR$(0);
FOR I = 1 TO 8
READ D
LPRINT CHR$(D);
NEXT I
LPRINT
DATA 129,66,36,24,24,36,66,129