10 lines
537 B
Plaintext
10 lines
537 B
Plaintext
#define eyeglasses_width 24
|
|
#define eyeglasses_height 24
|
|
static char eyeglasses_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x42, 0x00, 0x00, 0x80, 0x00,
|
|
0x00, 0x00, 0x03, 0x0c, 0x00, 0x04, 0x1a, 0x00, 0x18, 0x22, 0x00, 0x38,
|
|
0x40, 0x00, 0x46, 0x80, 0x00, 0x42, 0x00, 0x71, 0x43, 0x00, 0x8e, 0x26,
|
|
0x00, 0x84, 0x38, 0x00, 0x84, 0x00, 0x00, 0x4c, 0x00, 0x00, 0x70, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|