Package ilcd
Class Memory

Public Method scrollLeftScreen

static void scrollLeftScreen(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 left

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

Note

Example

Memory.scrollLeftScreen(5, 450);

Provided the screen with index 5 was activated, its contents will be scrolled 450 pixels to the left.

See also:

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