#define mouse_width 13
#define mouse_height 13
static char mouse_bits[] = {
   0x01, 0x10, 0x00, 0x00, 0xee, 0x0e, 0xee, 0x0a, 0xee, 0x0a, 0xee, 0x0a,
   0xee, 0x0a, 0xee, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x01, 0x10};
