Package ilcd
Class Draw

Public Method setClearPixel

static void setClearPixel(boolean onOff)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
onOff false ... true determines whether a pixel is set (true) or cleared (false)

Sets or clears the pixel at the current cursor position.

Note

Example

Draw.setClearPixel(true);

Sets a pixel at the current cursor position.

See also:

Draw.setClearPixelAtXY(int, int, boolean)
Attribute.setBackgroundColor(int)
Attribute.setForegroundColor(int)
Attribute.setInverseMode(boolean)
Attribute.setAlpha(int)