1998-10-06 22:21:25 +04:00
|
|
|
#define slowarrow_width 16
|
|
|
|
#define slowarrow_height 16
|
2014-08-21 16:18:32 +04:00
|
|
|
static const unsigned char slowarrow_bits[] = {
|
1998-10-06 22:21:25 +04:00
|
|
|
0x40, 0x00, 0x40, 0x00, 0x60, 0x00, 0x60, 0x00, 0xf0, 0x0f, 0x60, 0x00,
|
|
|
|
0x60, 0x00, 0x40, 0x02, 0x40, 0x02, 0x00, 0x06, 0x00, 0x06, 0xf0, 0x0f,
|
|
|
|
0x00, 0x06, 0x00, 0x06, 0x00, 0x02, 0x00, 0x02};
|