2.1.7
How to use graphic characters
You can define a character (symbol) yourself by using the FONT$ function.
You can define character codes between 128 and 159, and between 224 and
255.
The FONT$ function is used as follows:
FONT$
(<expression>) ="<variable
1
>, <variable
2
>, ....
<variable
8
>"
The <expression> specifies the character code to be defined.
To define the character code 128, type,
FONT$(128)
="<variable
1
>,
... , <variable
8 RETURN
As the <variable 1 >to <variable 8 > (<data 1 >to <data 8 >) can usually
be constants, they are decided with a diagram.
27 26 25 24 23 22 21 2°
27 26 25 24 23 22 21 2°
' I····· <data
1
>
o o o o o o o o
+ -�
1
1
....
·
<data
2
> 1 1 1 1
1 o o o
-+--�
: :· .... <data
3
> 1
o
1
o 1 o o o
-+ -t
1
I ..... <data
4
> 1 1 1 1 1
o o o
-
+
-
1
,
1
..... <data5> 1
o
1
o
1
o o o
--+--�
i J
.
.... <data
6
> 1 1 1 1 1
o o o
-
t
--
-t
I
J ....
·
<data
7
>
o o o o o o o o
: / .... · <data
8
>
o o o o o o o o
Part which is displayed.
In the above example,
Binary
Hexadecimal
Decimal
form
form
form
<
variable 1 >
=
00000000
c2J
=
&HOO
=
0
<variable 2 >
=
11111000
c2i
=
&HF8
=
248
<variable 3 >
=
10101000
c2J
=
&HA8
=
1
6
8
<variable 4 >
=
11111000
c2i
=
&HF8
=
248
......................
.
.
.
.
67
Summary of Contents for X-07
Page 1: ......
Page 2: ......
Page 8: ...1 Learning how to operate the X 07 2 Special functions and peripheral devices 3 Reference m ...
Page 10: ...Learmng how to operate the X 07 ...
Page 11: ...2 ...
Page 63: ......
Page 64: ......
Page 107: ...00 ...
Page 108: ......
Page 145: ...136 Instructions Others BEEP MOTOR REM Functions ABS FIX HEX INT SGN START TAB ...
Page 146: ......
Page 147: ......
Page 149: ......