#define graphic_width 16
#define graphic_height 16
static char graphic_bits[] = {
   0xff, 0xff, 0x01, 0x80, 0xf9, 0x9f, 0x69, 0x9d, 0xd9, 0x9b, 0x79, 0x95,
   0xd9, 0x9d, 0xa9, 0x9b, 0xd9, 0x96, 0x79, 0x9f, 0xa9, 0x9b, 0x79, 0x93,
   0xd9, 0x9d, 0xf9, 0x9f, 0x01, 0x80, 0xff, 0xff};
