10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define dragon_eye_width 24
|
|
#define dragon_eye_height 24
|
|
static char dragon_eye_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x00,
|
|
0x80, 0xc3, 0x03, 0xc0, 0x09, 0x07, 0x60, 0x14, 0x0d, 0x30, 0xaa, 0x18,
|
|
0x78, 0x2a, 0x36, 0x08, 0x5d, 0x22, 0x08, 0x5d, 0x21, 0x68, 0x5d, 0x24,
|
|
0x28, 0x5d, 0x38, 0x38, 0x5d, 0x23, 0x10, 0x2a, 0x36, 0xf0, 0x2a, 0x18,
|
|
0x60, 0x94, 0x0c, 0xc0, 0x08, 0x07, 0x80, 0x83, 0x03, 0x00, 0xfe, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|