1 #define cursor_width 16
2 #define cursor_height 16
3 #define cursor_x_hot 8
4 #define cursor_y_hot 8
5 static char cursor_bits[] = {
6    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
7    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
8    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
9