Package ilcd
Class Memory

Public Method setViewScreen

static void setViewScreen(int screen)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Selects the screen with index screen as the current view screen.

Note

Example

Memory.setViewScreen(3);

Sets screen 3 as view screen and shows its content on the display.

See also:

Memory
Memory.getViewScreenParameters()
Memory.setDrawScreen(int)