5 lines
193 B
C
5 lines
193 B
C
#define fox_width 9
|
|
#define fox_height 9
|
|
static unsigned char fox_bits[] = {
|
|
0x01, 0x01, 0x83, 0x01, 0x7d, 0x01, 0x7d, 0x01, 0xff, 0x01, 0x39, 0x01,
|
|
0xff, 0x01, 0xfe, 0x00, 0x7d, 0x01 };
|