arch/misc/magnifier.111

10 lines
533 B
Plaintext

#define magnifier_width 24
#define magnifier_height 24
static char magnifier_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x80, 0x73, 0x00,
0xc0, 0xc0, 0x00, 0x40, 0x80, 0x00, 0x60, 0x80, 0x01, 0x20, 0x02, 0x01,
0x20, 0x05, 0x01, 0x60, 0x82, 0x01, 0x40, 0x80, 0x00, 0xc0, 0xc0, 0x00,
0x80, 0x73, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x1e, 0x00,
0x00, 0x1e, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x1e, 0x00,
0x00, 0x1e, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00};