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.
8 lines
294 B
8 lines
294 B
15 years ago
|
#define prevtrk_width 16
|
||
|
#define prevtrk_height 16
|
||
|
static unsigned char prevtrk_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x86, 0x61, 0xc6, 0x71,
|
||
|
0xe6, 0x79, 0xf6, 0x7d, 0xf6, 0x7d, 0xe6, 0x79, 0xc6, 0x71, 0x86, 0x61,
|
||
|
0x00, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||
|
};
|