10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define bigclub_width 24
|
|
#define bigclub_height 24
|
|
static char bigclub_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x1c,0x00,0x00,0x22,0x00,0x00,0x49,
|
|
0x00,0x80,0x5c,0x00,0x80,0x48,0x00,0x40,0x24,0x00,0x20,0x12,
|
|
0x00,0x10,0x09,0x00,0x10,0x04,0x00,0x08,0x02,0x00,0x04,0x01,
|
|
0x00,0xc2,0x00,0x00,0x21,0x00,0x80,0x10,0x00,0x80,0x08,0x00,
|
|
0x40,0x06,0x00,0x20,0x01,0x00,0x90,0x00,0x00,0x48,0x00,0x00,
|
|
0x24,0x00,0x00,0x14,0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00};
|