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 Arrow3_width 16
|
|
#define Arrow3_height 16
|
|
#define Arrow3_x_hot 7
|
|
#define Arrow3_y_hot 7
|
|
static unsigned char Arrow3_bits[] = {
|
|
0x00, 0x00, 0x00, 0x04, 0x00, 0x0e, 0x00, 0x0f, 0x80, 0x07, 0x88, 0x07,
|
|
0xd8, 0x03, 0xf8, 0x01, 0xf8, 0x01, 0xf8, 0x07, 0xf8, 0x03, 0xf8, 0x00,
|
|
0x38, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00};
|