1
2
3
4
5
6
7
8
|
#define Arrow1_width 16
#define Arrow1_height 16
#define Arrow1_x_hot 7
#define Arrow1_y_hot 7
static unsigned char Arrow1_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x80, 0x03, 0x00, 0x0f,
0xfc, 0x3f, 0xfe, 0x7f, 0xfc, 0x3f, 0x00, 0x0f, 0x80, 0x03, 0x80, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|