Skip to content
Andrew Owen edited this page May 25, 2023 · 1 revision

SCREEN


SCREEN [mode] [, [colorburst] [, [apage] [, [vpage] [, erase]]]]

Change the video mode, composite colorburst, active page and visible page.

Parameters

mode is a numeric expression that sets the screen mode.

Mode Notes
0 Text: 80x24 characters. Two attributes picked from 16 colors.
1 Bitmap: 240x192 pixels. 40x24 characters. 8x1 attributes from 16 colors.

Notes

The driver for SCREEN 1 is stored in RAM and can be replaced with a driver for any screen mode supported by the hardware.

Errors

  • No parameters are specified: Missing operand.
  • Any parameter has a string value: Type mismatch.
  • Any parameter is not in [-32768 to 32767]: Overflow.
  • mode is not an available video mode number for your video card setting: Illegal function call.

Welcome to the SE BASIC wiki


  • Press RETURN to return to this menu.
  • Enter the name of a TOPIC to display it.
  • Enter EXIT to return to BASIC.

Choose from the following topics:

  1. Quick start guide: QUICK
  2. User's guide: USER
  3. Configuration guide: CONFIG
  4. Language guide: LANGUAGE
  5. Language reference: BASIC
  6. Technical reference: TECH
  7. Developer's guide: DEV
  8. Acknowledgemets: CREDITS
  9. Licenses: LICENSE
Clone this wiki locally