10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define flamme_1_width 24
|
|
#define flamme_1_height 24
|
|
static char flamme_1_bits[] = {
|
|
0x00,0x80,0x00,0x00,0x08,0x00,0x00,0x00,0x01,0x00,0x08,0x01,
|
|
0x00,0x88,0x00,0x00,0xdc,0x01,0x00,0xec,0x00,0x00,0xde,0x01,
|
|
0x00,0xde,0x01,0x00,0xfb,0x01,0x00,0x7f,0x03,0x80,0x7d,0x03,
|
|
0xc0,0xfe,0x02,0xc0,0xff,0x06,0xe0,0xff,0x07,0xa0,0xfd,0x07,
|
|
0xa0,0xfd,0x06,0xa0,0xf9,0x06,0xe0,0x73,0x03,0x40,0x3f,0x03,
|
|
0xc0,0x9f,0x01,0x80,0xfb,0x00,0x00,0x3e,0x00,0x00,0x00,0x00};
|