Function max_7219_led_matrix_util::remove_gaps_in_display_text[][src]

pub fn remove_gaps_in_display_text(
    display_data: &[SingleDisplayData],
    max_gap_size: usize
) -> Vec<SingleDisplayData>

Iterates through the data and removes all gaps between symbols. A gap is two or more cols after each other that are all zero.