Package ilcd
Class Draw

Public Method eraseDisplay

static void eraseDisplay()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Clears the entire active viewport to the current background color. Afterwards the cursor position is set to 0/0.

Note

Example

Draw.eraseDisplay();

Clears the display to the background color.

See also:

Attribute.setInverseMode(boolean)
Attribute.setBackgroundColor(int)
Draw.eraseDisplayArea(int, int)