5 lines
193 B
C
5 lines
193 B
C
#define man_width 9
|
|
#define man_height 9
|
|
static unsigned char man_bits[] = {
|
|
0x10, 0x00, 0x28, 0x00, 0x10, 0x00, 0x7c, 0x00, 0x92, 0x00, 0xaa, 0x00,
|
|
0x28, 0x00, 0x28, 0x00, 0x28, 0x00 };
|