Package ilcd
Class Memory
Public Method setDrawScreen
static void setDrawScreen(int screen)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter |
Range |
Description |
screen |
M, 0 ... number of screens - 1 |
index of the draw screen (M = main screen) |
Selects the screen with index screen as the current draw screen.
Note
- Cursor position, active viewport and all attributes (see class Attribute) are restored to the state when this draw screen was lastly active.
- All subsequently issued drawing commands are sent to this screen until another one is activated. To show the results of these methods on the display, the according screen has to be activated as view screen.
- The default value for screen is 'M' (main screen). It will be automatically set to default on startup and by the methods General.resetAll() or General.rebootPanelController().
Sets screen 0 as the current draw screen.
See also:
Copyright © demmel products gmbh. All rights reserved.