10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define club1_width 24
|
|
#define club1_height 24
|
|
static char club1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1c,0x00,0x00,0x22,0x00,
|
|
0x00,0x59,0x00,0x00,0x59,0x00,0x00,0x51,0x00,0x00,0x51,0x00,
|
|
0x00,0x51,0x00,0x00,0x42,0x00,0x00,0x42,0x00,0x00,0x42,0x00,
|
|
0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x22,0x00,0x00,0x24,0x00,
|
|
0x00,0x24,0x00,0x00,0x24,0x00,0x00,0x24,0x00,0x00,0x14,0x00,
|
|
0x00,0x14,0x00,0x00,0x14,0x00,0x00,0x08,0x00,0x00,0x00,0x00};
|