Specifications
315
Syntax:
Syntax 1:
SCREEN displaymode[,charaattribute]
Syntax 2:
SCREEN ,charaattribute
Parameter:
displaymode and charaattribute
A numeric expression which returns a value from 0 to 65535.
Description:
displaymode in the SCREEN statement sets the display angle, screen mode,
and font size as listed below.
displaymode is expressed wih a bit array as shown below.
I/O statement
SCREEN
Sets the display mode (display angle, screen mode, and font size) and character attributes
(tone, character enlargement, and font reverse attributes).
Display angle Screen mode Font size SCREEN displaymode
No rotation ANK mode Standard-size SCREEN 0
Kanji mode Standard-size SCREEN 1
Small-size SCREEN 5
Rotate 180° ANK mode Standard-size SCREEN &h10
Kanji mode Standard-size SCREEN &h11
Small-size SCREEN &h15
Screen mode
00: ANK mode
01: Kanji mode
Font size
00: Standard-size
01: Small-size
Bit
Display angle
00: No rotation
01: Rotate 180