10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwize9_width 24
|
|
#define bigwize9_height 24
|
|
static char bigwize9_bits[] = {
|
|
0x01,0x00,0x00,0x01,0x00,0x00,0x03,0x00,0x00,0x03,0x00,0x00,
|
|
0x0f,0x00,0x00,0x0e,0x00,0x00,0x1e,0x00,0x00,0x37,0x00,0x00,
|
|
0x37,0x00,0x00,0x7f,0x00,0x00,0xaf,0x00,0x00,0xff,0x03,0x00,
|
|
0xff,0x07,0x00,0xff,0x1f,0x00,0xff,0x3b,0x00,0xff,0x57,0x00,
|
|
0xfd,0xaf,0x00,0x7d,0xff,0x01,0xff,0xf6,0x03,0xff,0x97,0x03,
|
|
0x7f,0xbb,0x01,0xff,0xff,0x00,0xb8,0x9f,0x00,0x03,0x83,0x01};
|