pub fn draw_point(display: &mut Display, point: (isize, isize), color: u8)
Draws a single point onto the display buffer.