arch/dev/Gloran/Plant

10 lines
527 B
Plaintext

#define Plant_width 24
#define Plant_height 24
static char Plant_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x7e, 0x00,
0x00, 0xe7, 0x00, 0x00, 0xc3, 0x00, 0x00, 0xc3, 0x00, 0x00, 0xe7, 0x00,
0x00, 0x7e, 0x00, 0xe0, 0xbd, 0x07, 0xf0, 0xdb, 0x0f, 0x38, 0xff, 0x1c,
0x18, 0x7e, 0x18, 0x18, 0x7e, 0x18, 0x38, 0xff, 0x1c, 0xf0, 0xdb, 0x0f,
0xe0, 0x99, 0x07, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00,
0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00};