10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define beholder1_width 24
|
|
#define beholder1_height 24
|
|
static char beholder1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x00,0x05,0x0a,0x00,0x06,
|
|
0x1c,0x00,0x04,0x30,0x3e,0x06,0xe0,0xc1,0x03,0x40,0x00,0x01,
|
|
0x20,0x00,0x02,0x10,0x1c,0x04,0x10,0x63,0x04,0x08,0x2a,0x08,
|
|
0x08,0x1c,0x08,0x08,0x00,0x08,0x28,0x00,0x0a,0xc8,0x80,0x09,
|
|
0x50,0x7f,0x05,0x90,0xaa,0x04,0x20,0x41,0x02,0x40,0x3e,0x01,
|
|
0x80,0xc1,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|