summaryrefslogtreecommitdiff
path: root/src/cursor/cursor_pipette_black
blob: 9fc4d56b5504428e2a000a31301baa8799c10ddf (plain)
1
2
3
4
5
6
7
8
#define cursor_pipette_black_width 16
#define cursor_pipette_black_height 16
#define cursor_pipette_black_x_hot 1
#define cursor_pipette_black_y_hot 14
static unsigned char cursor_pipette_black_bits[] = {
   0x00, 0x70, 0x00, 0xf8, 0x80, 0xff, 0x00, 0xfe, 0x00, 0x7d, 0x80, 0x38,
   0x40, 0x18, 0xe0, 0x17, 0xf0, 0x13, 0xf8, 0x01, 0xfc, 0x00, 0x7c, 0x00,
   0x3e, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x00, 0x00};