5 lines
211 B
C
5 lines
211 B
C
#define magnifier_width 9
|
|
#define magnifier_height 9
|
|
static unsigned char magnifier_bits[] = {
|
|
0x1c, 0x00, 0x22, 0x00, 0x41, 0x00, 0x41, 0x00, 0x41, 0x00, 0x22, 0x00,
|
|
0x5c, 0x00, 0x80, 0x00, 0x00, 0x01 };
|