1
2
3
4
5
6
|
#define link_width 16
#define link_height 16
static unsigned char link_bits[] = {
0xff, 0x03, 0x01, 0x06, 0x01, 0x0a, 0x01, 0x12, 0x01, 0x22, 0x01, 0x7e,
0x01, 0x40, 0x01, 0x40, 0x3d, 0x5e, 0x43, 0x61, 0xf3, 0x67, 0x43, 0x61,
0x3d, 0x5e, 0x01, 0x40, 0x01, 0x40, 0xff, 0x7f };
|