draw_frame

Function draw_frame 

Source
pub fn draw_frame<D, P>(display: &mut D, sys: &P) -> Result<(), D::Error>
where P: Platform, D: DrawTarget<Color = BinaryColor>,