10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define bullet_width 24
|
|
#define bullet_height 24
|
|
static char bullet_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,0x3c,0x00,0x00,0x7e,0x00,0x00,0xff,0x00,0x00,0xfd,0x00,
|
|
0x00,0xfd,0x00,0x00,0xfb,0x00,0x00,0x76,0x00,0x00,0x3c,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};
|