#define status_width 16
#define status_height 16
static unsigned char status_bits[] = {
   0x00, 0x00, 0xc0, 0x01, 0x30, 0x06, 0x0c, 0x18, 0x04, 0x10, 0x02, 0x20,
   0xc2, 0x21, 0xe1, 0x43, 0x61, 0x43, 0xe1, 0x43, 0xc2, 0x21, 0x02, 0x20,
   0x04, 0x10, 0x0c, 0x18, 0x30, 0x06, 0xc0, 0x01};
