Files
2017-10-19 12:40:28 -04:00

22 lines
282 B
Plaintext

#define ski_width 16
#define ski_height 16
static char ski_bits[] = {
0x80, 0x23,
0x80, 0x43,
0x00, 0xa1,
0xc0, 0x1f,
0xa4, 0x03,
0x9c, 0x03,
0x84, 0x43,
0x84, 0xa3,
0x84, 0x52,
0x84, 0x2a,
0x04, 0x15,
0x0e, 0x0a,
0x04, 0x05,
0x80, 0x02,
0x60, 0x01,
0xc0, 0x00,
};