a common cathode seven segment display library

Thank you @lloyddean for the encouragement! Your code is fabulous, but I don't really understand it. For instance, what does

0b01111110    // 0
            , 0b00110000    // 1
            , 0b01101101    // 2
            , 0b01111001    // 3
            , 0b00110011    // 4
            , 0b01011011    // 5
            , 0b01011111    // 6
            , 0b01110000    // 7
            , 0b01111111    // 8
            , 0b01110011    // 9

mean?