9 lines
456 B
Plaintext
9 lines
456 B
Plaintext
#define dagger_f_width 24
|
|
#define dagger_f_height 24
|
|
static char dagger_f_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x20,0x04,0x00,
|
|
0xe0,0x11,0x00,0x20,0x0a,0x00,0x40,0x62,0x00,0x80,0x04,0x00,0xb0,0x3a,0x00,
|
|
0x80,0x44,0x01,0x40,0x59,0x01,0x20,0xd7,0x01,0x00,0xe8,0x00,0x00,0xe9,0x01,
|
|
0x00,0xb9,0x03,0x00,0xcc,0x06,0x00,0x80,0x0d,0x00,0x00,0x0b,0x00,0x00,0x0e,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|