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

Example

Memory.setDrawScreen(0);

Sets screen 0 as the current draw screen.

See also:

Memory
Memory.getDrawScreenParameters(Memory.ScreenParameters)
Memory.setViewScreen(int)