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