Shift register led patterns

Osgeld:
you just make an array with the patterns as bits

byte seq = {B00011000,B00100100,B01000010}

And I actually ended up using this way instead, fits my application a bit better :slight_smile: