1 #define paintbrush_curs_width 16
2 #define paintbrush_curs_height 16
3 #define paintbrush_curs_x_hot 0
4 #define paintbrush_curs_y_hot 10
5 static char paintbrush_curs_bits[] = {
6    0x00, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0x90, 0x80, 0xcb, 0x60, 0x64,
7    0x90, 0x34, 0x08, 0x19, 0x06, 0x22, 0x11, 0x24, 0x09, 0x18, 0x46, 0x14,
8    0x24, 0x0a, 0x18, 0x05, 0x90, 0x02, 0xe0, 0x01 };
9