#define timer_width 16
#define timer_height 16
#define timer_x_hot 7
#define timer_y_hot 8
static char timer_bits[] = {
   0x00, 0x30, 0xe0, 0x73, 0xf8, 0xef, 0x1c, 0xdc, 0x06, 0x30, 0x06, 0x30,
   0x03, 0x60, 0x03, 0x60, 0xfb, 0x60, 0x83, 0x60, 0x83, 0x60, 0x86, 0x30,
   0x86, 0x30, 0x1c, 0x1c, 0xf8, 0x0f, 0xe0, 0x03};
