#define status_width 22
#define status_height 22
static unsigned char status_bits[] = {
   0x00, 0x00, 0x00, 0x80, 0x3f, 0x00, 0xe0, 0xff, 0x00, 0xf8, 0xe0, 0x03,
   0x3c, 0x80, 0x07, 0x1c, 0x00, 0x07, 0x0e, 0x00, 0x0e, 0x06, 0x04, 0x0c,
   0x07, 0x0e, 0x1c, 0x07, 0x0e, 0x1c, 0x83, 0x3f, 0x18, 0xc3, 0x7b, 0x18,
   0x83, 0x3f, 0x18, 0x03, 0x0e, 0x1c, 0x07, 0x0e, 0x1c, 0x06, 0x04, 0x0c,
   0x06, 0x00, 0x0c, 0x0c, 0x00, 0x06, 0x3c, 0x00, 0x07, 0x78, 0xc0, 0x03,
   0xf0, 0xff, 0x00, 0xc0, 0x7f, 0x00};
