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

22 lines
297 B
Plaintext

#define drcellon_width 16
#define drcellon_height 16
static char drcellon_bits[] = {
0xff, 0xff,
0xff, 0xff,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0x57, 0xd5,
0xab, 0xea,
0xff, 0xff,
0xff, 0xff,
};