Package ilcd
Class Draw

Public Method drawDot

static void drawDot(int colorValue)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
colorValue 0x000000 ... 0xFFFFFF color of the dot

Sets the pixel at the current cursor position to colorValue.

Note

Example

Draw.drawDot(0xFF0000);

Draws a red dot at the current cursor position.

See also:

Draw.drawDotAtXY(int, int, int)
Draw.setClearPixel(boolean)
Draw.setClearPixelAtXY(int, int, boolean)
Attribute.setAlpha(int)