Package ilcd
Class Memory

Public Method paintScreenFrom

static void paintScreenFrom(int screen)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Paints the content of a screen specified by the index screen to the current draw screen at the current cursor position.

Note

Example

Memory.paintScreenFrom(2);

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

See also:

Memory
Memory.copyScreenTo(int)
Attribute.setInverseMode(boolean)
Memory.setDrawScreen(int)
Memory.setViewScreen(int)