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
#define Arrow5_width 16
|
|
#define Arrow5_height 16
|
|
#define Arrow5_x_hot 7
|
|
#define Arrow5_y_hot 7
|
|
static unsigned char Arrow5_bits[] = {
|
|
0x00, 0x00, 0x08, 0x00, 0x38, 0x00, 0xf8, 0x00, 0xf8, 0x03, 0xf8, 0x07,
|
|
0xf8, 0x01, 0xf8, 0x01, 0xd8, 0x03, 0x88, 0x07, 0x80, 0x07, 0x00, 0x0f,
|
|
0x00, 0x0e, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00};
|