9 lines
447 B
Plaintext
9 lines
447 B
Plaintext
#define tissu_width 24
|
|
#define tissu_height 24
|
|
static char tissu_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x07,0x02,0xe0,0xe8,0x05,0x1c,0x10,0x04,0x04,0x4a,0x02,
|
|
0x0c,0x36,0x01,0x1c,0x8d,0x03,0x1c,0x99,0x0c,0x28,0xb2,0x10,0x58,0x64,0x20,
|
|
0xb8,0x38,0x60,0x50,0x01,0x58,0xb0,0x01,0x47,0x60,0x83,0x28,0xc0,0x64,0x22,
|
|
0x40,0x99,0x3d,0xc0,0x88,0x26,0x80,0xc8,0x12,0x80,0x48,0x0e,0x00,0x49,0x01,
|
|
0x00,0xeb,0x01,0x00,0x6a,0x00,0x00,0x1c,0x00,0x00,0x08,0x00};
|