1#define mouse_left_width 16
2#define mouse_left_height 16
3static unsigned char mouse_left_bits[] = {
4   0xf8, 0x1f, 0xfc, 0x3f, 0xcc, 0x36, 0xcc, 0x36, 0xcc, 0x36, 0xcc, 0x36,
5   0xcc, 0x36, 0xcc, 0x36, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f,
6   0xfc, 0x3f, 0xfc, 0x23, 0xfc, 0x3f, 0xf8, 0x1f};
7