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.
9 lines
336 B
9 lines
336 B
15 years ago
|
#define Arrow2_width 16
|
||
|
#define Arrow2_height 16
|
||
|
#define Arrow2_x_hot 7
|
||
|
#define Arrow2_y_hot 7
|
||
|
static unsigned char Arrow2_bits[] = {
|
||
|
0x00, 0x00, 0x10, 0x00, 0x38, 0x00, 0x78, 0x00, 0xf0, 0x00, 0xf0, 0x08,
|
||
|
0xe0, 0x0d, 0xc0, 0x0f, 0xc0, 0x0f, 0xf0, 0x0f, 0xe0, 0x0f, 0x80, 0x0f,
|
||
|
0x00, 0x0e, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00};
|