10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bullet_4_width 24
|
|
#define bullet_4_height 24
|
|
static char bullet_4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x10,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,0x80,0x01,0x00,
|
|
0x80,0x02,0x00,0x00,0x05,0x00,0x00,0x1a,0x00,0x00,0x24,0x00,
|
|
0x00,0xc4,0x00,0x00,0x08,0x00,0x00,0x90,0x03,0x00,0x50,0x06,
|
|
0x00,0x40,0x06,0x00,0x40,0x07,0x00,0x80,0x03,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|