10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define flamme1_width 24
|
|
#define flamme1_height 24
|
|
static char flamme1_bits[] = {
|
|
0x00,0x00,0x00,0x10,0x10,0x00,0x10,0x00,0x00,0x20,0x10,0x08,
|
|
0x20,0x10,0x08,0x00,0x38,0x14,0x00,0x28,0x04,0x10,0x28,0x00,
|
|
0x10,0x34,0x08,0x38,0x5c,0x08,0x38,0x7c,0x0c,0x78,0x7e,0x14,
|
|
0x7c,0xfa,0x1e,0x7c,0xee,0x1e,0xfc,0xff,0x3b,0xfe,0xff,0x3f,
|
|
0xfe,0xbe,0x3e,0xde,0xfb,0x5f,0xfc,0xef,0x7f,0xbe,0xff,0x7f,
|
|
0xfe,0x7a,0x17,0xfc,0xea,0x3e,0xe0,0xe7,0x0e,0x00,0x00,0x00};
|