pub fn shift_buffer(display: &mut impl Display, delta_x: i16, delta_y: i16)Expand description
Shift frame buffer for small camera movements
Delta represents camera movement, buffer shifts in opposite direction For example, when camera moves right (delta_x > 0), buffer shifts left