
Chapter 7. I/O Facilities
89
[ 2 ] Switching the fonts
You may switch the screen mode and font size by using the statements below.
•
SCREEN statement
• OUT statement
To specify the single-byte ANK mode, two-byte Kanji mode, or condensed two-byte Kanji
mode, use the
SCREEN statement as listed below.
To specify the normal- or double-width, use the
SCREEN statement as listed below.
To specify the standard- or small-size, use the
OUT statement as listed below.
7.1.2 Number of Characters and Coordinates on the
LCD
To locate characters on the coordinates of the LCD screen, use the LOCATE statement. To
obtain the current cursor position, use the CSRLIN and POS functions.
[ 1 ] BHT-3000
■ Displaying Kanji Characters
The BHT-3000 has no Kanji font, so it requires "Kanji Utility" to display Kanji characters. The
"Kanji Utility" may handle up to 1024 Kanji characters.
Note that the following characters may be displayed without "Kanji Utility":
• Half-width alphanumerics and Katakana
• Full-width alphanumerics and Katakana
• Full-width Hiragana
Specifies the single-byte ANK mode
Specifies the two-byte Kanji mode
Specifies the condensed two-byte Kanji mode
SCREEN 0
SCREEN 1
SCREEN 2
Specifies the normal-width
Specifies the double-width
SCREEN ,0 or SCREEN ,1
SCREEN ,2
or SCREEN ,3
Specifies the standard-size
Specifies the small-size
OUT &H6080,0
OUT &H6080,1
Screen mode Single-byte ANK mode Two-byte Kanji mode
Columns x Lines 16 x 4 Full-width: 6 x 2
Half-width: 12 x 2
Comentarios a estos manuales