10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwiza1_width 24
|
|
#define bigwiza1_height 24
|
|
static char bigwiza1_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,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x80,0x00,0x00,0xe0,0x00,0x00,0xd0,0x00,0x00,0xb8,
|
|
0x00,0x00,0x78,0x00,0x00,0xf8,0x00,0x00,0xfc,0x00,0x00,0xfc};
|