1
2
3
4
5
6
7
|
#define nexttrk_width 16
#define nexttrk_height 16
static unsigned char nexttrk_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x86, 0x61, 0x8e, 0x63,
0x9e, 0x67, 0xbe, 0x6f, 0xbe, 0x6f, 0x9e, 0x67, 0x8e, 0x63, 0x86, 0x61,
0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
|