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