1#define cursor1_width 16
2#define cursor1_height 16
3#define cursor1_x_hot 0
4#define cursor1_y_hot 0
5static unsigned char cursor1_bits[] = {
6   0x00, 0x00, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x00, 0x01, 0x00, 0x01,
7   0x00, 0x00, 0x0e, 0xe0, 0x3e, 0xf8, 0x0e, 0xe0, 0x00, 0x00, 0x00, 0x01,
8   0x00, 0x01, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03};
9