Package ilcd
Class Draw

Public Method invertDisplay

static void invertDisplay()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Inverts all pixels on the currently active screen.

Note

Example

Draw.invertDisplay();

Black pixels are now white, red pixels are cyan, etc.

See also:

Attribute.setInverseMode(boolean)