10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define broenn_width 24
|
|
#define broenn_height 24
|
|
static char broenn_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x82,0x3f,0x08,0xfd,0xe4,0x3f,
|
|
0x86,0x3f,0x2c,0x02,0x04,0x28,0x02,0x04,0x28,0x02,0x1f,0xe8,
|
|
0xe2,0xe4,0x08,0x1a,0x1b,0x0b,0xe6,0xfb,0x0c,0xda,0x5a,0x0b,
|
|
0xdf,0xfb,0x1f,0xf7,0xfb,0x1d,0xfd,0xfb,0x17,0xfb,0xfb,0x1b,
|
|
0xe5,0xfb,0x14,0x1b,0x1f,0x1b,0xed,0xe0,0x16,0x52,0x5f,0x09,
|
|
0xae,0xaa,0x0e,0x5c,0x55,0x07,0xf0,0xea,0x01,0x80,0x3f,0x00};
|