1#define cursor0_width 16
2#define cursor0_height 16
3#define cursor0_x_hot 8
4#define cursor0_y_hot 8
5static unsigned char cursor0_bits[] = {
6   0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01,
7   0x00, 0x00, 0x00, 0x00, 0x3c, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
8   0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00};
9