Constant POINT

Source
pub const POINT: u8 = 0x4b;
Expand description

A point marks the coordinates (relative to the previous DELTA_ORIGIN, or (0, 0)) in which a point should be drawn.

The size and color are that of the previous COLOR and SIZE commands.

Points are two u32s (or 8 bytes in length).