10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwize3_width 24
|
|
#define bigwize3_height 24
|
|
static char bigwize3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe8,0x12,0x00,
|
|
0xfe,0xfc,0x01,0xff,0x97,0x01,0xbf,0xff,0x07,0xdf,0x7d,0x0c,
|
|
0xfe,0x7d,0x18,0xff,0xfd,0x10,0xff,0x3f,0x13,0xff,0x3f,0x1c,
|
|
0x3f,0x07,0x10,0xef,0x00,0x00,0x3f,0x00,0x00,0x1f,0x00,0x00};
|