#define ac_width 16
#define ac_height 16
#define ac_x_hot 8
#define ac_y_hot 8
static unsigned char ac_bits[] = {
   0x00, 0x00, 0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0x80, 0x01, 0x88, 0x11,
   0x8c, 0x31, 0xfe, 0x7f, 0xfe, 0x7f, 0x8c, 0x31, 0x88, 0x11, 0x80, 0x01,
   0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01, 0x00, 0x00};
