You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
302 B
7 lines
302 B
15 years ago
|
#define Arrow6Mask_width 16
|
||
|
#define Arrow6Mask_height 16
|
||
|
static unsigned char Arrow6Mask_bits[] = {
|
||
|
0x00, 0x18, 0x00, 0x1e, 0x80, 0x1f, 0xe0, 0x1f, 0xf0, 0x1f, 0xf8, 0x1f,
|
||
|
0xf0, 0x1f, 0xe0, 0x1f, 0xf0, 0x1f, 0xf8, 0x1d, 0xf8, 0x09, 0xfc, 0x00,
|
||
|
0x7c, 0x00, 0x38, 0x00, 0x10, 0x00, 0x00, 0x00};
|