Package ilcd
Class Memory

Public Method scrollRightScreen

static void scrollRightScreen(int screen, int scrollX)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
screen M, 0 ... number of screens - 1 index of the screen to be scrolled (M = main screen)
scrollX 0 ... display width - 1 horizontal distance for the screen to scroll right

Scrolls the screen with index screen scrollX pixels to the right.

Note

Example

Memory.scrollRightScreen(1, 88);

Provided the screen with index 1 was activated, its contents will be scrolled 88 pixels to the right.

See also:

Memory
Attribute.setInverseMode(boolean)
Attribute.setBackgroundColor(int)
Memory.scrollUpScreen(int, int)
Memory.scrollDownScreen(int, int)
Memory.scrollLeftScreen(int, int)