reference/ocr-new/grey.25
changeset 0 6b8091ca909a
equal deleted inserted replaced
-1:000000000000 0:6b8091ca909a
       
     1 #define grey_width 16
       
     2 #define grey_height 16
       
     3 static char grey_bits[] = {
       
     4    0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
       
     5    0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
       
     6    0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44};