Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-270 Bedienungsanleitung Seite 77

Inhaltsverzeichnis

Werbung

GS
*
n1
[Function]
Defining the download, bit image
[Code]
<1D> H <2A> H <n1> <n2> [ <d> ] n1×n2×8
1 ≤ n1 ≤ 255
[Range]
1 ≤ n2 ≤ 48
n1 × n2 ≤ 1311
[Outline]
Defines downloading bit images of the number of dots specified by n1/n2.
• The numbers of dots are n1 × 8 in horizontal direction and n2 × 8 in vertical direction.
• d indicates bit image data.
• The download bit image thus defined remains effective until redefinition, ESC @
• A download character and a download bit image can not be defined simultaneously.
[Caution]
[See Also]
GS /, ESC &
n2×8 dots
[Sample Program]
GOSUB *IMG
LPRINT CHR$ (&H1D) ; "/" ; CHR$ (0) ;
LPRINT CHR$ (&H1D) ; "/" ; CHR$ (1) ;
LPRINT CHR$ (&H1D) ; "/" ; CHR$ (2) ;
LPRINT CHR$ (&H1D) ; "/" ; CHR$ (3) ;
END
*IMG :
N1 = 8 : N2= 8
LPRINT CHR$ (&H1D) ; "*" ;
LPRINT CHR$ (N1) ; CHR$ (N2) ;
FOR J=1 TO N1*8
NEXT J
RETURN
END
n1 × n2 × 8
n2
[ d ]
execution, ESC &, or power OFF takes place.
With this command executed, defined content of a download character is cleared.
Relations between the bit image data and the dot defined are shown below:
n1×8 dots
FOR I=1 TO N2
LPRINT CHR$ (J) ;
NEXT I
[Print Results]
62
CBM-270 User's Manual
Normal Mode
Double Width Mode
Double Height Mode
Quadruple Mode
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis