Line Graphics - Epson FX-80 User Manual

Hide thumbs Also See for FX-80:
Table of Contents

Advertisement

Have fun creating your own designs with these characters. You may
wish to SAVE the program before proceeding.
Line Graphics
The later MX series printers have a set of "line graphics" characters
stored in ROM. In the following program, we define a similar set of
characters.
What are line graphics characters, you ask? They are a set of char-
acters that fit together to make borders and outlines for all kinds of
forms. Since they are so useful, we use them again in the next chapter;
be sure to save the next program when you are through.
Once again we will add to the program which you built and saved
(as STRATA) in the last chapter. LOAD in the STRATA program
now, and type:
DELETE 180-190
130 LPRINT CHR$(27)"&" CHR$(0)"al";
140 FOR Y=l TO 12: LPRINT CHR$(139);
170 LPRINT "a bed e
f
g
h
i
j
k I"
Remember, if your computer cannot send lower-case letters, use the
ASCII values for the letters you need (see Appendix A). Add:
899 '
«(
LINE GRAPHICS AND SHADING
»>
900 DATA O,O,O,O,15,O,8,O,8,O,8: ' a
910 DATA 8,O,8,O,15,O,O,O,O,O,O: ' b
920 DATA 8,O,8,O,120,O,O,O,O,O,O: ' c
930 DATA O,O,O,O,120,O,8,O,8,O,8: ' d
940 DATA 8,O,8,O,120,O,8,O,8,O,8: ' e
950 DATA 8,O,8,O,15,O,8,O,8,O,8: '
f
960 DATA O,O,O,O,127,O,8,O,8,O,8: '
g
970 DATA 8,O,8,O,127,O,O,O,O,O,O: ' h
980 DATA 8, 0,8, 0,127, 0,8, 0,8, 0,8: '
i
990 DATA 8,O,8,O,8,O,8,O,8,O,8: '
j
1000 DATA O,O,O,O,127,O,O,O,O,O,O:' k
1010 DATA 84,O,170,O,84,O,170,O,84,O,170: ' 1
r··,..r
I_..L·
T
1--1
+--1 :::;::
223

Advertisement

Table of Contents
loading

Table of Contents