draw_point

Function draw_point 

Source
pub fn draw_point(display: &mut Display, point: (isize, isize), color: u8)
Expand description

Draws a single point onto the display buffer.