draw

Function draw 

Source
pub fn draw<D: DrawTarget<Color = Rgb565>>(primitive: DrawPrimitive, fb: &mut D)
where <D as DrawTarget>::Error: Debug,