#define hourglass_width 16 #define hourglass_height 16 #define hourglass_x_hot 7 #define hourglass_y_hot 7 static char hourglass_bits[] = { 0xfe, 0x3f, 0x02, 0x20, 0x04, 0x10, 0x08, 0x08, 0x70, 0x07, 0xe0, 0x03, 0xc0, 0x01, 0x80, 0x00, 0x80, 0x00, 0x40, 0x01, 0x20, 0x02, 0x10, 0x04, 0x88, 0x08, 0xe4, 0x13, 0xfe, 0x3f, 0xfe, 0x3f};