pub fn shift_all_rows_one_bit_left(moving_bits: &mut [SingleDisplayData])
Expand description

Shift all row bits one to the left (to the next col). This way you can animate a moving text.

  • moving_bits Vector with the data of all content to display. Each index describes the 8x8 bit data for a single display.
  • repeat shift 1 bits on the very left to the ending of the vector. Without repeat