Package ilcd
Class Draw

Public Method scrollLeft

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

Note

Example

Draw.scrollLeft(25);

Scrolls the viewport content 25 pixels to the left.

See also:

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