Package ilcd
Class Memory

Public Method copyScreenFrom

static void copyScreenFrom(int screen)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
screen M, 0 ... number of screens - 1 index of the screen to copy from (M = main screen)

Restores the content of a screen specified by the index screen to the current draw screen.

Note

Example

Memory.copyScreenFrom(2);

Provided the screen with index 2 was activated, its contents is copied to the active draw screen.

See also:

Memory
Memory.copyScreenTo(int)
Memory.paintScreenFrom(int)
Memory.setDrawScreen(int)
Memory.setViewScreen(int)