1#define curnose_width 20
2#define curnose_height 20
3#define curnose_x_hot 19
4#define curnose_y_hot 5
5static char curnose_bits[] = {
6   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
7   0x10, 0x00, 0x00, 0xf8, 0xff, 0x0f, 0x3c, 0xff, 0x07, 0xfe, 0x07, 0x00,
8   0x2e, 0x00, 0x00, 0x2f, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00,
9   0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
10   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
11