Epson AP-80 User Guide - Page 68

codes K, L, Y, or Z and, Reassigning a graphics mode, Introduction to Dot Graphics

Page 68 highlights

Table 6-1. Graphics modes Modes 4-6 in the table are special modes that alter the horizontal density to give proportions of a computer monitor (the CRT modes), or to match the vertical density so as to give round circles (the plotter mode). In two modes, high-speed double-density and quadruple-density, the print head cannot print two consecutive dots with the same pin, so that it can print dots in only half the possible dot positions in any one row. The higher density means that the resolution of the pattern is better than in single-density mode. When you design patterns in these two modes, however, you must see that no dots overlap. Reassigning a graphics mode Another graphics command lets you assign a different eight-pin graphics mode to one of the specific eight-pin graphics commands. You can use it with graphics software programs to quickly change the density and proportions of your printouts. Changing the graphics option changes the width without changing the height. The command for reassigning a graphics mode is ESC ? c m. In this command, c is a letter designating one of the four alternate graphics codes (K, L, Y, or Z) and m is the mode number of the new mode, as listed in Table 6-1. For example, to change the ESC K command to select the CRT I screen graphics mode, the command in BASIC would be the following: LPRINT CHR$(27);"?K";CHR$(4); Introduction to Dot Graphics 6.9

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149

Table 6-1. Graphics modes
Modes 4-6 in the table are special modes that alter the horizontal
density to give proportions of a computer monitor (the CRT modes),
or to match the vertical density so as to give round circles (the plotter
mode).
In two modes, high-speed double-density and quadruple-density, the
print head cannot print two consecutive dots with the same pin, so
that it can print dots in only half the possible dot positions in any one
row. The higher density means that the resolution of the pattern is
better than in single-density mode. When you design patterns in these
two modes, however, you must see that no dots overlap.
Reassigning a graphics mode
Another graphics command lets you assign a different eight-pin
graphics mode to one of the specific eight-pin graphics commands. You
can use it with graphics software programs to quickly change the
density and proportions of your printouts. Changing the graphics
option changes the width without changing the height.
The command for reassigning a graphics mode is ESC ? c m. In this
command, c is a letter designating one of the four alternate graphics
codes (K, L, Y, or Z) and
m
is the mode number of the new mode, as
listed in Table 6-1.
For example, to change the ESC K command to select the CRT I
screen graphics mode, the command in BASIC would be the following:
LPRINT CHR$(27);"?K";CHR$(4);
Introduction to Dot Graphics
6.9