#define cat_mask_width 12
#define cat_mask_height 12
static char cat_mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x08, 0x08, 0x0e, 0x04, 0xfe, 0x03, 0xf8, 0x03, 0x34, 0x07, 0x22, 0x05};
