#define dog_width 16
#define dog_height 16
static unsigned char dog_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x07, 0x3c, 0xfc, 0x7f, 0xf8, 0x77,
   0xbc, 0x07, 0x3c, 0x0d, 0x6c, 0x1b, 0xd8, 0x32};
