pub fn draw_sprite( display: &mut impl Display, data: &[u16], x: i16, y: i16, width: usize, height: usize, is_opaque: bool, )