Package ilcd
Class Memory

Public Method setWidthOfScreen

static void setWidthOfScreen(int screen, int width)

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)
width 0 ... display width value for the width to be set

Sets the width of the screen with index screen.

Note

Example

Memory.setWidthOfScreen(4, 123);

Provided the screen with index 4 was activated, its width will be set to 123 pixels.

See also:

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