BASIC FUNCTIONS
SECTION 5.20
SCREEN
5.20.2 Function SCREEN changes the mode of operation of the LCD screen.
Syntax SCREEN n
n may be any numeric expression returning either a O or 1,
Any other value will give a Magnitude Error.
Example SCREEN A-A will put the screen into text mode.
Remark
VER.V09F
SCREEN 1 will put the screen in graphic mode.
TEXT MODE (SCREEN 0)
This is the main mode of operation for the HUNTER. This
mode is used to list Basic programs and to enter programs.
In this mode the output is purely textual and gives a
window of 8 lines of 40 characters on a virtual screen of
24 lines of 80 characters.
GRAPHIC MODE (SCREEN 1)
In this mode the user is given much more control over the
screen with high resolution graphics and up to 5 different
types of character set.
NOTE: Graphic commands set SCREEN 1 mode automatically,
PAGE 5 - 127