#define watch_width 16
#define watch_height 16
#define watch_x_hot 7
#define watch_y_hot 7
static char watch_bits[] = {
   0x00, 0x00, 0xf0, 0x07, 0xf0, 0x07, 0xf8, 0x0f, 0x8c, 0x18, 0x86, 0x30,
   0x82, 0x20, 0xc2, 0x61, 0xc2, 0x61, 0x22, 0x20, 0x16, 0x30, 0x0c, 0x18,
   0xf8, 0x0f, 0xf0, 0x07, 0xf0, 0x07, 0x00, 0x00};
