10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define handle2_width 24
|
|
#define handle2_height 24
|
|
static char handle2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x04,0x00,0x00,0x3c,0x00,
|
|
0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,
|
|
0x00,0x00,0x00,0x00,0x7f,0x00,0x80,0xd5,0x00,0xc0,0x00,0x01,
|
|
0x60,0x5d,0x02,0xa0,0x94,0x02,0x70,0x5c,0x04,0xb0,0x00,0x04,
|
|
0x70,0x55,0x05,0xf0,0xff,0x07,0xf0,0xff,0x07,0x00,0x00,0x00};
|