10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define mmis2_width 24
|
|
#define mmis2_height 24
|
|
static char mmis2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x0e,0x00,0xc0,0xe1,0x03,0x30,0x78,0x00,
|
|
0xc0,0xe1,0x03,0x00,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0xc0,0xe1,0x03,
|
|
0x30,0x78,0x00,0xc0,0xe1,0x03,0x00,0x0e,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|