Specifications

317
charaattribute is expressed with a bit array as shown below.
At the start of program execution, the following settings apply:
If
displaymode or charaattribute parameter is omitted, the associated
parameter value will not change.
In the two-byte Kanji mode, characters can be displayed in either the full-width
(16 dots wide by 16 dots high) or the half-width (8 dots wide by 16 dots high). If a
small-size font is selected, those character sizes will become 12 dots wide by 12
dots high or 6 dots wide by 12 dots high, respectively.
You may set parameter values by using the following
CONST definition:
Screen mode ANK mode
Font size Standard-size
Display angle No rotation
Tone attribute Black
Character enlargement attribute Regular
Font reverse attribute Normal
Parameters to be set
CONST definition
displaymode
Default
.scDefault
Kanji mode
.scMB
Small-size font
.scSmall
Rotate 180°
.scR180
charaattribute
Default
.scDefault
Reversed
.scInvert
Double-width
.scW2H1
Double-height
.scW1H2
Quadruple
.scW2H2
Dark gray
.scDGray
Light gray
.scLGray
White
.scWhite
Font reverse attribute
0: Normal
1: Reversed (Highlighted)
Character enlargement attribute
000: Regular
001: Double-width
010: Double-height
011: Quadruple
Tone attribute
00000000: Black
01000000: Dark gray
10000000: Light gray
11111111: White
11111111: White
Bit