
Chapter 7. I/O Facilities
119
7.1.8 Other Facilities for the LCD
■ Setting national characters
Using the COUNTRY$ function displays currency symbols and special characters for coun-
tries in the screen mode below.
• Single-byte ANK mode: All BHT series
• Two-byte Kanji mode (half-width): BHT-7000/BHT-7500
Refer to Appendix C2, "National Character Sets."
■
Highlighting characters
The SCREEN statement highlights characters.
Note: Supported by the BHT-7000/BHT-7500 only.
■ Specifying the cursor shape
The LOCATE statement specifies the cursor shape.
Note: Supported by the BHT-7000/BHT-7500 only.
The shape of a user-defined cursor may be defined by using the APLOAD or KPLOAD
statement in the single-byte ANK mode or two-byte Kanji mode, respectively.
In the single-byte ANK mode, the cursor size will become equal to the size of single-byte
ANK characters; in the double-byte Kanji mode or condensed double-byte Kanji mode, it
will become equal to the size of the half-width characters in each mode.
Display
SCREEN statement
Regular display Normal-width
Double-width
SCREEN ,0
SCREEN ,2
(See Note below.)
Highlighted display Normal-width
Double-width
SCREEN ,1
SCREEN ,3
(See Note below.)
Cursor shape
LOCATE statement
Invisible
LOCATE ,,0
Underline cursor
LOCATE ,,1
Full block cursor
LOCATE ,,2
User-defined cursor
LOCATE ,,255 (See Note below.)
Komentarze do niniejszej Instrukcji