Package ilcd
Class Draw

Public Method scrollRight

static void scrollRight(int scrollX)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
scrollX 0 ... display width - 1 horizontal distance in pixels to be scrolled

Scrolls the currently active viewport scrollX pixels to the right.

Note

Example

Draw.scrollRight(250);

Scrolls the viewport content 250 pixels to the right.

See also:

Draw.scrollLeft(int)
Draw.scrollUp(int)
Draw.scrollDown(int)
Memory.scrollUpScreen(int, int)
Memory.scrollDownScreen(int, int)
Memory.scrollLeftScreen(int, int)
Memory.scrollRightScreen(int, int)