Package ilcd
Class Draw

Public Method scrollDown

static void scrollDown(int scrollY)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
scrollY 0 ... display height - 1 vertical distance in pixels to be scrolled

Scrolls the currently active viewport scrollY pixels down.

Note

Example

Draw.scrollDown(50);

Scrolls the viewport content 50 pixels down.

See also:

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