10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bullet_8_width 24
|
|
#define bullet_8_height 24
|
|
static char bullet_8_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0xc0,0x01,0x00,0x20,0x03,0x00,0x20,0x03,0x00,
|
|
0xa0,0x0b,0x00,0xc0,0x09,0x00,0x00,0x10,0x00,0x00,0x23,0x00,
|
|
0x00,0x24,0x00,0x00,0x58,0x00,0x00,0xa0,0x00,0x00,0x40,0x01,
|
|
0x00,0x80,0x01,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x08,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|