BinaryBitmapTypoLib

inspired by nulldesign's numerical pixel text, i'm playing around with creating a dynamic, pixel driven text class that can spell anything with pixels that are determined by binary mappings, ie:  
'O': 
[    
          0, 1, 1, 1, 0,     0, 1, 0, 0, 1,    
          1, 0, 0, 0, 1,     1, 0, 0, 1, 0,     
          1, 0, 0, 0, 1,     1, 0, 0, 0, 1,      
                                 0, 1, 1, 1, 0    
],
