#define identify_width 16
#define identify_height 16
static char identify_bits[] = {
   0x00, 0x00, 0xf0, 0x07, 0xf8, 0x0f, 0xfc, 0x1f, 0x3e, 0x3c, 0x1e, 0x3c,
   0x0e, 0x3c, 0x80, 0x3f, 0xc0, 0x1f, 0xc0, 0x0f, 0xc0, 0x01, 0xc0, 0x01,
   0x00, 0x00, 0xc0, 0x01, 0xc0, 0x01, 0x00, 0x00};
