mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
297 B
Plaintext
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,
|
|
|
|
};
|