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

22 lines
294 B
Plaintext

#define yblocks_width 16
#define yblocks_height 16
static char yblocks_bits[] = {
0x80, 0x07,
0x84, 0x04,
0x84, 0x04,
0x84, 0x07,
0x84, 0x04,
0x84, 0x04,
0x84, 0x07,
0x9f, 0x04,
0x8e, 0x04,
0x8e, 0x07,
0x04, 0x00,
0x04, 0x00,
0x00, 0x01,
0x00, 0x00,
0x00, 0x00,
0x00, 0x01,
};