Package ilcd
Class Memory

Public Method invertScreen

static void invertScreen(int screen)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
screen M, 0 ... number of screens - 1 index of the screen to invert (M = main screen)

Inverts the contents of the screen indexed by screen.

Example

Memory.invertScreen(2);

Provided the screen with index 2 was activated, its contents will be inverted.

See also:

Memory
Draw.invertDisplay()