1
2
3
4
5
6
|
#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};
|