9 lines
465 B
Plaintext
9 lines
465 B
Plaintext
#define flagstone_C_width 24
|
|
#define flagstone_C_height 24
|
|
static char flagstone_C_bits[] = {
|
|
0x1f,0x00,0x00,0x3f,0x00,0x00,0x7f,0x10,0x04,0xdf,0x04,0x41,0x3f,0x01,0x00,
|
|
0x5f,0x42,0x10,0x3f,0x04,0x00,0x5f,0x0c,0x02,0xbf,0x50,0x20,0x5f,0x30,0x00,
|
|
0xbf,0x51,0x08,0x5f,0xed,0x00,0x3f,0x00,0x41,0x1f,0x60,0x06,0x3f,0x20,0x04,
|
|
0x1f,0xa1,0x28,0x3f,0xa0,0x1e,0x1f,0x24,0x30,0x3f,0x11,0x68,0x1f,0x08,0xd0,
|
|
0x7f,0x10,0x90,0x5f,0x2c,0xd1,0xbf,0x2a,0xd0,0x5f,0xd5,0xd6};
|