10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bullet_7_width 24
|
|
#define bullet_7_height 24
|
|
static char bullet_7_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,0xe0,0x0c,0x00,0x90,0x71,0x00,0x90,0x81,0x13,
|
|
0xd0,0x71,0x00,0xe0,0x0c,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};
|