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
#define Arrow2Mask_width 16
|
|
#define Arrow2Mask_height 16
|
|
static unsigned char Arrow2Mask_bits[] = {
|
|
0x10, 0x00, 0x38, 0x00, 0x7c, 0x00, 0xfc, 0x00, 0xf8, 0x09, 0xf8, 0x1d,
|
|
0xf0, 0x1f, 0xe0, 0x1f, 0xf0, 0x1f, 0xf8, 0x1f, 0xf0, 0x1f, 0xe0, 0x1f,
|
|
0x80, 0x1f, 0x00, 0x1e, 0x00, 0x18, 0x00, 0x00};
|