Package ilcd
Class Memory

Public Method setHeightOfScreen

static void setHeightOfScreen(int screen, int height)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
screen M, 0 ... number of screens - 1 index of the screen to set the height (M = main screen)
height 0 ... display height value for the height to be set

Sets the height of the screen indexed by screen.

Note

Example

Memory.setHeightOfScreen(1, 52);

Provided the screen with index 1 was activated, its height will be set to 52 pixels.

See also:

Memory
Memory.setWidthOfScreen(int, int)
Memory.copyScreenFrom(int)
Memory.paintScreenFrom(int)