
96
7.1.4 Mixed Display of Different Screen Modes, Font
Sizes, and/or Character Enlargement Sizes
[1] ANK Mode and Kanji Mode Together in One Line
ANK characters and Kanji characters may display together in the same line on the LCD
screen as shown below.
CLS
SCREEN 0
LOCATE 1,1:PRINT "ABCDEFGHabcdefgh"
SCREEN 1
LOCATE 1,1:PRINT " "
If the display data is outputted to the same location more than one time as shown in the
above program, the BHT overwrites the old data with new data.
[2] Standard-Size and Small-Size Fonts Together on the Same
Screen
Standard-size and small-size fonts of ANK characters and Kanji characters (both full-width
and half-width) may display together on the same screen as shown below.
CLS
OUT &h6080, 0
SCREEN 0
PRINT "ABCDEFGH";
OUT &h6080, 1
PRINT "abcdefgh";
OUT &h6080, 0
SCREEN 1
mode
LOCATE 1,2:PRINT " "
OUT &h6080, 1
PRINT " ";
'Select standard-size font
'Regular-size in ANK mode
'Select small-size font
'Select standard-size font
'Regular-size in Kanji
'Select small-size font
Comentários a estes Manuais